Updated Unix installation (markdown)

Xucong Zhang 2019-01-28 13:44:03 +01:00
parent 050875f416
commit 094ecd719f

@ -67,7 +67,7 @@ cd build
cmake .. cmake ..
make make
``` ```
4. Run the test [Run the test](https://github.molgen.mpg.de/perceptual/opengaze_old/wiki/Unix-Installation#test-opengaze)<br/> 4. Run the test [Run the test](https://github.molgen.mpg.de/perceptual/opengaze/wiki/Unix-installation#test-opengaze)<br/>
## Compile OpenGaze from source ## Compile OpenGaze from source
If the pre-compiled file does not work for you, or you want to make changes to the OpenGaze source code, then you can compile it from source.<br/> If the pre-compiled file does not work for you, or you want to make changes to the OpenGaze source code, then you can compile it from source.<br/>
@ -219,4 +219,4 @@ Go to the [cuDNN archive](https://developer.nvidia.com/rdp/cudnn-archive) to dow
sudo chmod a+r /usr/local/cuda/include/cudnn.h /usr/local/cuda/lib64/libcudnn* sudo chmod a+r /usr/local/cuda/include/cudnn.h /usr/local/cuda/lib64/libcudnn*
``` ```
You now can go compile it from the source, and note that the pre-compiled file is only for Ubuntu 16.04. You now can go compile it from the source and note that the pre-compiled file is only for Ubuntu 16.04.