Install ORCA: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* [[Install NodeJS on Debian]] | * [[Install NodeJS on Debian]] | ||
Force Orca to install | Force Orca to install: there's an issue w/ electron permissions. Following command seems to override: | ||
<pre>sudo npm install -g electron@1.8.4 --unsafe-perm=true --allow-root</pre> | <pre>sudo npm install -g electron@1.8.4 orca --unsafe-perm=true --allow-root</pre> | ||
Install some Dependencies | Install some Dependencies |
Revision as of 20:33, 24 March 2020
Install NodeJS/NPM
Force Orca to install: there's an issue w/ electron permissions. Following command seems to override:
sudo npm install -g electron@1.8.4 orca --unsafe-perm=true --allow-root
Install some Dependencies
sudo apt -y install libgconf2-4 sudo apt-get install libxss1
Test running
orca