Skip to content

Commit 3e4fe1c

Browse files
authored
Update README.md
1 parent 1428238 commit 3e4fe1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ It combines multiple customized branches and includes a large range of patches t
99
Please check out the prerequisites and read the detailed notes at the [BVLC Caffe Installation](http://caffe.berkeleyvision.org/installation.html) if this is your first time to install Caffe.
1010

1111
### Linux
12+
If you use Ubuntu, you can refer to the [detailed guideline](https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-caffe/blob/development/scripts/ubuntu_python3_build_caffe_guide.md) if you want to install the whole EV CNN environment with all the dependencies.
13+
1214
A simple guide:
1315
1. Ensure that you have all the dependencies mentioned at the [BVLC Caffe Installation](http://caffe.berkeleyvision.org/installation.html) for your OS installed (protobuf, leveldb, snappy, opencv, hdf5-serial, protobuf-compiler, BLAS, Python, CUDA etc.)
1416
2. Also Install [matio](https://github.com/tbeu/matio) in your environment. After that, add [your installed matio path]/lib to the LD_LIBRARY_PATH.
@@ -35,6 +37,7 @@ export PATH=${SYNOPSYS_CAFFE_HOME}/build/tools:${PATH}
3537
export PYTHONPATH=${SYNOPSYS_CAFFE_HOME}/python:${PYTHONPATH}
3638
```
3739

40+
3841
### Windows
3942
A simple guide:
4043
1. Download the **Visual Studio 2015 Update 3** (Do not use the VS 2017, it is not supported!). Choose to install the support for visual C++ instead of applying the default settings.

0 commit comments

Comments
 (0)