README
author Alasdair Lumsden <alasdairrr@gmail.com>
Tue, 20 Sep 2011 18:51:35 +0000
branchoi_151a
changeset 570 869a4dca4ecf
parent 556 8126e5435f8f
permissions -rw-r--r--
Adding tag oi_151a_release
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
556
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
     1
Building g11n
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
     2
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
     3
export PATH=/opt/sunstudio12.1/bin:/usr/bin
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
     4
export SRC=$PWD
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
     5
export CLOSED_BUILD=\#
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
     6
export PKGARCHIVE=$SRC
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
     7
export PKGPUBLISHER_REDIST=l10n-nightly
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
     8
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
     9
make install
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
    10
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
    11
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
    12
cd pkg
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
    13
make install
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
    14
cp -rP ../../g11n-spec/build.`uname -p`/repo.spec/{file,pkg} ../../inputmethod/specs/build.`uname -p`/repo.imspec/{file,pkg} ../repo.redist
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
    15
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
    16
/usr/lib/pkg.depotd -p 10000 -d $PWD/../repo.redist --add-content --exit-ready
8126e5435f8f README with build instructions
Andrzej Szeszo <aszeszo@gmail.com>
parents:
diff changeset
    17