mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
d1b7e82b22
--HG-- rename : parser/html/java/translator/manifest.txt => parser/html/java/manifest.txt rename : parser/html/java/translator/named-character-references.html => parser/html/java/named-character-references.html extra : rebase_source : 261b948d700b5fac5a2ad15f2b8114da97800ad2
13 lines
547 B
Plaintext
13 lines
547 B
Plaintext
If this is your first time building the HTML5 parser, you need to execute the
|
|
following commands (from this directory) to bootstrap the translation:
|
|
|
|
make sync # fetch remote source files and licenses
|
|
make translate # perform the Java-to-C++ translation
|
|
|
|
If you make changes to the translator or the javaparser, you can rebuild by
|
|
retyping 'make' in this directory. If you make changes to the HTML5 java
|
|
implementation, you can retranslate the java sources by retyping 'make
|
|
translate' in this directory.
|
|
|
|
Ben Newman (23 September 2009)
|