Skip to content

Commit

Permalink
Update compilation instructions with latest steps
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Aug 22, 2015
1 parent 8d4e241 commit bfa75fd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -57,13 +57,9 @@ Regardless of the size, complexity, and size of this plugin, the plug-in can sti

git clone -b release https://github.com/allejo/LeagueOverseer.git

4. The latest BZFlag trunk will contain a script called 'addToBuild.sh' and it will allow you to add the plugin to the build system.
4. Instruct the build system to generate a Makefile and then compile and install the plugin.

sh addToBuild.sh LeagueOverseer

5. Instruct the build system to generate a Makefile and then compile and install the plugin.

cd ..; ./autogen.sh; ./configure; make; make install;
cd ..; ./autogen.sh; ./configure --enable-custom-plugins=LeagueOverseer; make; make install;

Documentation
-------------
Expand Down

0 comments on commit bfa75fd

Please sign in to comment.