Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l00mi committed Mar 6, 2015
1 parent a5cc97b commit b557409
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@ First make sure you have a recent version of XCode.
Install [Homebrew](http://brew.sh)

```sh
brew install qt5
brew link --force qt5
brew install qt5
brew link --force qt5
```

### Linux
The following packages are necessary to compile (Debian/Ubuntu).

```sh
sudo apt-get install qt5-default qt5-qmake
sudo apt-get install libfreeimage-dev libopencv-core-dev libopencv-core-dev libopencv-imgproc-dev libopencv-highgui-dev
sudo apt-get install qt5-default qt5-qmake git
sudo apt-get install libfreeimage-dev libopencv-core-dev libopencv-core-dev libopencv-imgproc-dev libopencv-highgui-dev
```

## Build

### Windows
```sh
git clone --recursive https://github.com/cpvrlab/ImagePlay.git
cd ImagePlay
qmake -tp vc -r
git clone --recursive https://github.com/cpvrlab/ImagePlay.git
cd ImagePlay
qmake -tp vc -r
```
Use **ImagePlay.sln** to compile in Visual Studio or **ImagePlay.pro** to use QtCreator

### OSX
```sh
git clone --recursive https://github.com/cpvrlab/ImagePlay.git
cd ImagePlay
qmake -recursive
make
git clone --recursive https://github.com/cpvrlab/ImagePlay.git
cd ImagePlay
qmake -recursive
make
```

0 comments on commit b557409

Please sign in to comment.