Skip to content

Commit

Permalink
Fix README's dependencies section
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Jun 21, 2018
1 parent 064c643 commit 0985aaf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@ An OpenGL interop library that can be used with ArrayFire or any other applicati
You can find the most recent and updated documentation [here](http://arrayfire.org/forge/index.htm).

### Dependencies
[glbinding](https://github.com/cginternals/glbinding), [GLFW](http://www.glfw.org/), [freetype](http://www.freetype.org/) and [FreeImage](http://freeimage.sourceforge.net/) (optional).

On `Linux` & `OS X`, [fontconfig](http://www.freedesktop.org/wiki/Software/fontconfig/) is required. [SDL2](https://www.libsdl.org/) can be used as an alternative to `glfw`.
- [glbinding](https://github.com/cginternals/glbinding)
- [GLFW](http://www.glfw.org/) or [SDL2](https://www.libsdl.org/)
- [freetype](http://www.freetype.org/)
- [boost](https://www.boost.org/) - not a runtime dependency.
- [FreeImage](http://freeimage.sourceforge.net/) (optional).
- [fontconfig](http://www.freedesktop.org/wiki/Software/fontconfig/) on Linux and OSX.

Above dependencies are available through package managers on most of the Unix/Linux based distributions. On Windows, we recommend using [vcpkg](https://github.com/Microsoft/vcpkg) to quickly setup forge development environment.
**Linux/Unix**: Dependencies should be available via respective package managers.
**Windows**: We recommend [vcpkg](https://github.com/Microsoft/vcpkg).

### Sample Images
| | |
Expand Down

0 comments on commit 0985aaf

Please sign in to comment.