this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Jonathan Dearborn and committed by
GitHub
e4f957f8 d3ef28d5

+7 -2
+7 -2
README.md
··· 54 54 BUILDING 55 55 ======== 56 56 57 + You can see automated build status at the project page on Travis CI: 58 + [![Build Status](https://travis-ci.org/grimfang4/sdl-gpu.svg?branch=master)](https://travis-ci.org/grimfang4/sdl-gpu) 59 + 60 + Automated builds will soon be available on the Github.io page. 61 + 57 62 SDL_gpu uses CMake (www.cmake.org) to coordinate the library build process. CMake is available as a GUI program or on the command line. 58 63 59 64 For Linux/UNIX systems, run CMake in the base directory: ··· 82 87 83 88 Documentation is automatically generated with Doxygen (http://sourceforge.net/projects/doxygen). 84 89 85 - Pre-generated documentation is hosted by DinoMage Games: 86 - http://dinomage.com/reference/SDL_gpu/ 90 + Pre-generated documentation can be found on the Github.io page: 91 + https://grimfang4.github.io/sdl-gpu/ 87 92 88 93 89 94 CONVERSION