Skip to content

Commit

Permalink
Correcting markdown mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
adambenhamo committed Jul 17, 2017
1 parent beae7ac commit 0aae032
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
sudo apt-get update && sudo apt-get install oracle-java8-jdk cmake ant
sudo apt-get install build-essential cmake pkg-config libpng12-0 libpng12-dev libpng++-dev libpng3 libpnglite-dev zlib1g-dbg zlib1g zlib1g-dev pngtools libtiff4 libtiffxx0c2 libtiff-tools libjpeg8 libjpeg8-dev libjpeg8-dbg libjpeg-progs libavcodec-dev libavformat-dev libgstreamer0.10-0-dbg libgstreamer0.10-0 libgstreamer0.10-dev libunicap2 libunicap2-dev libdc1394-22-dev libdc1394-22 libdc1394-utils swig libv4l-0 libv4l-dev
```
*Change .bashrc to set JAVA_HOME, ANT_HOME and paths:
* Change .bashrc to set JAVA_HOME, ANT_HOME and paths:

```
export ANT_HOME=/usr/share/ant/
Expand All @@ -20,7 +20,7 @@ export JAVA_HOME=/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/
export PATH=$PATH:$JAVA_HOME/bin
```

*Download opencv:
* Download opencv:

```
wget https://github.com/opencv/opencv/archive/3.2.0.zip
Expand All @@ -29,7 +29,7 @@ unzip opencv.zip
cd opencv-3.2.0/
```

*Finally build using cmake:
* Finally build using cmake:
```
mkdir build
cd build
Expand All @@ -38,7 +38,7 @@ make
make install
```

*libopencv_java320.so can now be found in build/libs
* libopencv_java320.so can now be found in build/libs


#### Linux
Expand Down

0 comments on commit 0aae032

Please sign in to comment.