|
|
@ -27,7 +27,7 @@ On some systems, it might be necessary to configure the project
|
|
|
|
using scons configure qtincludes=path1 kdeincludes=path2
|
|
|
|
using scons configure qtincludes=path1 kdeincludes=path2
|
|
|
|
like this:
|
|
|
|
like this:
|
|
|
|
$ scons configure qtincludes=/usr/include/qt3/include \
|
|
|
|
$ scons configure qtincludes=/usr/include/qt3/include \
|
|
|
|
> kdeincludes=/usr/lib/kde3/include
|
|
|
|
> kdeincludes=/usr/lib/trinity/include
|
|
|
|
When in doubt, use scons --help or scons -h to display the options.
|
|
|
|
When in doubt, use scons --help or scons -h to display the options.
|
|
|
|
|
|
|
|
|
|
|
|
As when using ./configure you can specify using prefix=... where to
|
|
|
|
As when using ./configure you can specify using prefix=... where to
|
|
|
|