Last active
December 18, 2017 19:05
-
-
Save trungkak/8d6c4dd796d786630ea0c4c288c20620 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo apt-get install build-essential cmake | |
$ sudo apt-get install libgtk-3-dev | |
$ sudo apt-get install libboost-all-dev | |
$ pip install numpy | |
$ pip install scipy | |
$ pip install scikit-image | |
$ pip install dlib | |
#Locate libmkl_rt.so | |
$ locate libmkl_rt.so | |
>> /home/luxeuto/anaconda3/lib/libmkl_rt.so | |
>> /home/luxeuto/anaconda3/pkgs/mkl-2018.0.0-hb491cac_4/lib/libmkl_rt.so | |
$ export LD_LIBRARY_PATH=/usr/local/lib | |
$ export LD_LIBRARY_PATH=/home/luxeuto/anaconda3/pkgs/mkl-2018.0.0-hb491cac_4/lib/:$LD_LIBRARY_PATH | |
$ export LD_LIBRARY_PATH=/home/luxeuto/anaconda3/pkgs/intel-openmp-2018.0.0-h15fc484_7/lib/:$LD_LIBRARY_PATH | |
$ sudo ldconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment