Skip to content

Commit

Permalink
Don't mention Debug builds in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
houz committed Apr 30, 2016
1 parent bc2e4a0 commit d76b309
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Expand Up @@ -20,18 +20,26 @@ Contributing
Building
--------

### Release build
### Easy way

```bash
./build.sh --prefix /opt/darktable --build-type Release
```

### Debug build
### Manual way

```bash
./build.sh --prefix /opt/darktable --build-type Debug
mkdir build/
cd build/
cmake -DCMAKE_INSTALL_PREFIX=/opt/darktable/ ..
make
sudo make install
```

### Further reading

There is a [comprehensive list](http://redmine.darktable.org/projects/darktable/wiki/Building_darktable_20) of build instructions for all the widely used Linux distributions.


**Tip:** Check that you have the latest [gphoto2 library](http://www.gphoto.org/ "gphoto2 homepage") installed in order to support the newest cameras.

Expand Down

0 comments on commit d76b309

Please sign in to comment.