This file contains instructions on building Lucide. REQUIREMENTS In order to build Lucide, you will need the following tools: - kBuild version 0.1.5 (r2206) or later. Get it with the following command: svn co http://svn.netlabs.org/repos/kbuild/trunk/kBuild - GCC compiler version 3.3.5 or 4.4.2 for OS/2 and the patched OpenWatcom linker. The GCC compiler must be set up to use the OpenWatcom linker for linking. If you do not have a working GCC environment with the above requirements, it is recommended to download a ready-to-use GCC 4.2.2 distribution from here: ftp://ftp.netlabs.org/pub/qt4/gcc-4_4_2-complete-20091205.zip Follow the installation instructions contained in the README file inside this ZIP archive to set up the GCC environment. SETTING UP THE ENVIRONMENT Copy "LocalEnv.cmd.tpl" to "LocalEnv.cmd" and adjust the copy to match your environment. Each option in "LocalEnv.cmd.tpl" has a comment describing what it does. You may also want to adjust the configuration of the Lucide build according to your needs. To do so, copy "LocalConfig.kmk.tpl" to "LocalConfig.kmk" and adjust the copy to match your requirements. Each option in "LocalConfig.kmk.tpl" has a comment descriping what it does. Now, start "env.cmd" to setup the environment and type "kmk" in the root directory of the Lucide source tree to start kBuild and build the release version of Lucide and all plugins. If you are a developer, you may prefer to use the "pe.cmd" script instead of starting "env.cmd" in each new shell. This script will allow you to run "kmk" in the correct environment from any directory inside the Lucide source tree by simply typing "pe kmk" in that directory. This is especially handy if you use e.g. File Commander as your development IDE. The "pe.cmd" script is may be obtained at: ftp://ftp.netlabs.org/pub/qt4/tools/pe10.zip