Skip to content

Commit

Permalink
Git: Updated repository readme regarding Assimp
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 6, 2015
1 parent 9853e9a commit fdf57d3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -28,13 +28,7 @@ Using the latest version of Qt 5 is recommended. The minimum required version is

### Open Asset Import Library

libgui requires the [Open Asset Import Library](http://assimp.sourceforge.net/lib_html/index.html) for reading 3D model and animation files.

1. Clone https://github.com/skyjake/assimp.
2. Check out the "deng-patches" branch.
3. Run [cmake](http://cmake.org) to generate appropriate project files (e.g., Visual Studio on Windows).
4. Compile the generated project.
5. Add `ASSIMP_DIR` to your *config_user.pri*.
libgui requires the [Open Asset Import Library](http://assimp.sourceforge.net/lib_html/index.html) for reading 3D model and animation files. It is compiled automatically as part of the build and is expected to be present as a Git submodule in _doomsday/external/assimp_. Source tarballs come with the Assimp sources included.

### SDL 2

Expand Down

0 comments on commit fdf57d3

Please sign in to comment.