Skip to content

Commit

Permalink
Update README as now the plugin is build by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerg Mayer authored and alexp-sssup committed Apr 25, 2011
1 parent 2158df0 commit 20c14a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README
Expand Up @@ -3,7 +3,7 @@ To compile this software you need to install development packages for llvm-2.7,
sdl, opengl, curl, zlib, libavcodec, ftgl, libglew, fontconfig, pcre.
If sound is enabled (on by default), you will also need the development package
for pulseaudio-libs.
If the browser plugin is enabled (off by default), you will need the development
If the browser plugin is enabled (on by default), you will need the development
package for xulrunner.
Install also cmake and nasm.
NOTE:
Expand All @@ -19,13 +19,13 @@ To build the software please follow these steps.
1) cd lightspark
2) mkdir objs
3) cd objs
4) cmake -DCMAKE_BUILD_TYPE=Release -DCOMPILE_PLUGIN=1 ..
4) cmake -DCMAKE_BUILD_TYPE=Release ..
5) make
6) sudo make install

DEBUG MODE:
To enable debug mode change the cmake command like this:
4b) cmake -DCMAKE_BUILD_TYPE=Debug -DCOMPILE_PLUGIN=1
4b) cmake -DCMAKE_BUILD_TYPE=Debug

CMAKE_BUILD_TYPE available: Debug Release RelWithDebInfo Profile
Sound support may be disabled using the following option: -DENABLE_SOUND=0
Expand Down

0 comments on commit 20c14a7

Please sign in to comment.