Install ORCA: Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
sudo apt-get install libxss1 | sudo apt-get install libxss1 | ||
</pre> | </pre> | ||
Orca relies on xwindows. It can be faked using: | |||
<pre>sudo apt-get install -y xvfb</pre> | |||
Test running | Test running | ||
<pre>orca</pre> | <pre>orca --help</pre> |
Latest revision as of 20:42, 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
Orca relies on xwindows. It can be faked using:
sudo apt-get install -y xvfb
Test running
orca --help