Installing on Mac: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
(Created page with "{{Docnav |Installing on Linux |Installing additional components }} LabRPS can be installed on macOS from a .dmg package which you can drag and drop into your Applications folder: {{DownloadMacStable}} and the weekly build can be downloaded from 30px[https://github.com/LabRPS/LabRPS-AppImage/releases/tag/weekly-builds Weekly] You can also use a package manager such as HomeBrew to keep...")
 
No edit summary
 
Line 4: Line 4:
}}
}}


LabRPS can be installed on macOS from a .dmg package which you can drag and drop into your Applications folder:
{{VeryImportantMessage|The software is currently under testing for macOS. While we continue to work on finalizing the process, users are encouraged to compile the source code for macOS themselves. We also welcome anyone with experience or expertise in Linux to contribute and help improve the process. Your support and feedback are greatly appreciated!}}
 
{{DownloadMacStable}}
 
and the weekly build can be downloaded from
 
[[Image:Nightly.png|30px]][https://github.com/LabRPS/LabRPS-AppImage/releases/tag/weekly-builds Weekly]
 
You can also use a package manager such as HomeBrew to keep your software updated. Instructions to install HomeBrew can be seen [https://brew.sh/ here]. When HomeBrew installed you can simply install LabRPS 0.18.4 through your bash terminal with
 
{{Code|code=
brew install --cask labrps
}}
 
and to use  the latest version available on HomeBrew you may run
 
{{Code|code=
brew install labrps
}}
 
If there are any issues with the HomeBrew Cask or Formula you may report them to [https://github.com/LabRPS/homebrew-labrps here].
 
This page describes the usage and features of the LabRPS installer. It also includes uninstallation instructions.
Once installed, you can [[Getting_started|get started]]!
 
== Simple installation ==
 
The LabRPS installer is provided as a app package (.app) enclosed in a disk image file.
 
You can download the latest installer from the [[Download|Download]] page. After downloading the file, just mount the disk image, then drag it to the Application folder or a folder of your choice.
 
[[File:mac_installer_1.png]]
 
That's it.Just click on the app to launch LabRPS. If you have this message "LabRPS can't be open as it is from unidentified developer. " Open the folder (Application) and right click on the app then click open and accept to open the application.
 
== Uninstallation ==
 
There currently isn't an uninstaller for LabRPS installed with dmg package. To completely remove LabRPS and all installed components, drag the following  files and folders to the Trash:
 
*In /Applications:
**LabRPS
 
If you installed LabRPS with homebrew simply use the {{incode|brew uninstall labrps}} command. That's it.
 


{{Docnav
{{Docnav

Latest revision as of 11:37, 26 November 2024

The software is currently under testing for macOS. While we continue to work on finalizing the process, users are encouraged to compile the source code for macOS themselves. We also welcome anyone with experience or expertise in Linux to contribute and help improve the process. Your support and feedback are greatly appreciated!