jkjung-avt / jetson_nano

This repository is a collection of scripts/programs I use to set up the software development environment on my Jetson Nano, TX2, and Xavier NX.
MIT License
293 stars 134 forks source link

add number of processor to make command #14

Closed iliesaya closed 4 years ago

iliesaya commented 4 years ago

following https://www.pyimagesearch.com/2020/03/25/how-to-configure-your-nvidia-jetson-nano-for-computer-vision-and-deep-learning/ , compiling protobuf for nvidia jetson NX which has 6 processor, adding -j$(nproc) to the make command to make it quicker

jkjung-avt commented 4 years ago

Thanks for this pull request.