Edit Setup->Build with simplified `scons -j$nproc)`

master
qadmus 2021-03-14 21:19:23 -07:00
parent 5ba1d30472
commit 8752b0d979
1 changed files with 1 additions and 1 deletions

@ -11,5 +11,5 @@ Comma 2 already includes everything you need for development. For Ubuntu you'll
* Go into ~/openpilot/tools and run ./ubuntu_setup.sh . If it complains about pyenv follow the steps on the console.
* Go up into ~/openpilot and run ./update_requirements.sh
* If this was all successfull you should now have all of the needed libraries for development. The next 2 steps will check if everything works
* Build openpilot by running scons -j8 in ~/openpilot (-j8 selects 8 compile threads. You can use more if you have more available).
* Build in ~/openpilot by running `scons -j$(nproc)`
* The build should pass without issues. Go to ~/openpilot/selfdrive/ui and run ./ui . You should now see openpilot UI running on your computer.