- sudo apt-get install git python make openocd
- navigate with a terminal in to the directory where you want the extension to be stored at *, then run:
git clone https://github.com/riot-appstore/rapstore-browser-integration
IMPORTANT: Don't remove this directory while using the extension, otherwise it won't work anymore
* Notice: the path must not contain spaces
- run python install.py <your_browser> from the cloned repo's src/ directory
- for further information look at the instructions below
- open a terminal
- run python install.py --component extension <your_browser> from the cloned repo's src/ directory
- you need to restart chrome/ chromium
- extension should be installed now
- open a terminal
- run python install.py --component extension firefox from the cloned repo's src/ directory
- Firefox will open and ask for a confirmation
- click on Add
- open a terminal
- run python install.py --component host <your_browser> from the cloned repo's src/ directory
Please ignore upcoming warnings, they are caused by a shared codebase for firefox and chrome
Graphics are editable with yEd
- The project is licensed under the GNU Lesser General Public License (LGPL) version 2.1 as published by the Free Software Foundation.
All code files contain licensing information.