Skip to content

Commit

Permalink
[documentation] updates/fixes
Browse files Browse the repository at this point in the history
fix error in doc/QuickStart

update README
  remove 00run.sh (now replaced by scripts/Run).
  describe XML-Licenses

Signed-off-by: Christopher Hall <hsw@openmoko.com>
  • Loading branch information
hxw committed Aug 23, 2010
1 parent b5bb4da commit 2baabf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions README
Original file line number Original file line Diff line number Diff line change
@@ -1,11 +1,6 @@
Contents of root directory Contents of root directory
========================== ==========================


00run.sh

Script using in building the micro SD card image using multiple
servers.

binutils* [Created during build] binutils* [Created during build]


Stamp files for make Stamp files for make
Expand Down Expand Up @@ -48,6 +43,12 @@ samo-lib


See: samo-lib/00ReadMe.text See: samo-lib/00ReadMe.text


scripts

Some scripts to handle building on multiple machines and/ore multiple
cores. The "Run" script is the actual build script and the "progress"
script is used to control and monitor the remote servers.

testudo testudo


Python programs and scripts for production testing Python programs and scripts for production testing
Expand All @@ -64,3 +65,10 @@ wiki-app
xml-file-samples xml-file-samples


Some XML files for testing the offline rendering process Some XML files for testing the offline rendering process

XML-Licenses

Language specific source files. Includes wiki.nls source
and the XML sources for terms and license that are built
into the individual wiki data files.

2 changes: 1 addition & 1 deletion doc/QuickStart
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ C. Compiling a test database (multiple language version - latest kernel.elf)
XML_FILES="XML-Licenses/en/license.xml XML-Licenses/en/terms.xml xml-file-samples/japanese_architects.xml" \ XML_FILES="XML-Licenses/en/license.xml XML-Licenses/en/terms.xml xml-file-samples/japanese_architects.xml" \
cleandirs createdirs iprc cleandirs createdirs iprc


#Note: iprch => index parse render combine #Note: iprc => index parse render combine


2) Optionally: simulate using qt4-simulator: 2) Optionally: simulate using qt4-simulator:
make DESTDIR=image fonts-install nls-install sim4 make DESTDIR=image fonts-install nls-install sim4
Expand Down

0 comments on commit 2baabf3

Please sign in to comment.