Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman authored Jan 22, 2025
1 parent f3905e1 commit 42ca20f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ The installer will need administrator privileges which it should ask for when ru

./openmv-ide-windows-*.exe --al --am -c in

And uninstall:

./OpenMVIDEUninst.exe --am -c pr

### Linux

Note: `libxcb-xinerama0` may be required for the installer to run.
Expand All @@ -93,12 +97,20 @@ Note: `libxcb-xinerama0` may be required for the installer to run.
cd <openmv-ide-install-dir>
./setup.sh

And uninstall:

sudo ./OpenMVIDEUninstaller --am -c pr

Alternatively, the installer is a tar file with a setup script:

tar -xzvf openmv-ide-linux-x86_64-*.tar.gz
cd openmv-ide
./setup.sh

And uninstall:

rm -rf openmv-ide

### Mac

The installer is a DMG with the app inside of it:
Expand All @@ -107,6 +119,10 @@ The installer is a DMG with the app inside of it:
sudo cp -rf /Volumes/OpenMV\ IDE/OpenMV\ IDE.app /Applications
sudo hdiutil detach /Volumes/OpenMV\ IDE

And uninstall:

sudo rm -rf /Applications/OpenMV\ IDE.app

### RaspberryPi

The installer is a tar file with a setup script:
Expand All @@ -115,6 +131,10 @@ The installer is a tar file with a setup script:
cd openmv-ide
./setup.sh

And uninstall:

rm -rf openmv-ide

## Contributing to the project

Contributions are most welcome. If you are interested in contributing to the project, start by creating a fork of each of the following repositories:
Expand Down

0 comments on commit 42ca20f

Please sign in to comment.