All pastes #2079750 Raw Edit

auszug aus readme.txt

public text v1 · immutable
#2079750 ·published 2011-09-03 21:12 UTC
rendered paste body
 >>> Building :

------------------------------------------------------------------------------------------
$ qmake
$ make
------------------------------------------------------------------------------------------

This will build the library and the example. You may want to alter the build mode to force
either debug or release. If so just pass the mode you want to make, e.g. :

------------------------------------------------------------------------------------------
$ make release
------------------------------------------------------------------------------------------
or
------------------------------------------------------------------------------------------
$ make debug
------------------------------------------------------------------------------------------

Finally, with admins rights/root privilegdes, you can install QCodeEdit so as to be able
to use it simply :

------------------------------------------------------------------------------------------
$ qmake
$ make install
------------------------------------------------------------------------------------------

NB : the extra "qmake" is NEEDED to ensure that binaries will be located and copied properly.
NB 2 : Only the "make install" command requires root priviledges, "qmake" can and should
always be run as normal user.
NB 3 : Apart from libs and headers, QCodeEdit also provides a .prf file which makes it
easier to use the lib in another project. Under non-Unix platforms it is recommended to
copy the files manually (and possibly edit them to fit your needs).