1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
What is this?
-------------
This directory contains build script to build complete binary distribution of
Poedit for all platforms. It uses Rlsbot (http://rlsbot.bakefile.org) to do
all the work.
Instructions
------------
1) Install Rlsbot master and agents on Unix, OS X and Windows machines.
2) Configure ~/.rlsbot/agents.conf so that it sets same tags and environment
variables as in the agents.conf.example file. In particular, one of the
machines must have working MinGW install (may be cross-compiler) and
the Windows machine must have Visual Studio 2005 with Platform SDK installed
(may be the free edition). OS X machine must have 10.4u SDK installed.
MINGW_HOST variable must be set on the host with MinGW and it must contain
compiler name prefix (e.g. "i586-mingw32"). MINGW_DIR must be set to the
directory with MinGW (e.g. "/usr/i586-mingw32"). MINGW_CC_42 must be
set to point to C and MINGW_CXX_42 to C++ compiler from GCC >= 4.2 for MinGW
with OpenMP support enabled.
Similarly, there must be OS X machine with 10.5 that must have OSX_CC_42 and
OSX_CXX_42 variables pointing to GCC >= 4.2.
On the VS2005 machine, MSVS_PATH variable must be set and point to Visual
Studio directory. PSDK_PATH must be set as well and point to Platform SDK
installation directory.
3) Run rlsbot-scons with its 1st argument SConstruct file in this directory.
|