README
author Jon Tibble <meths@btinternet.com>
Mon, 03 Sep 2012 15:55:57 +0100
changeset 578 c2c4df884677
parent 556 8126e5435f8f
permissions -rw-r--r--
Added tag oi_151a_prestable6 for changeset d22676a3dd13
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