mirror of
https://github.com/zxing/zxing.git
synced 2025-01-14 20:57:40 -08:00
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
|
To compile:
|
||
|
----------
|
||
|
Run 'ant' in this directory. You might get a lot of warnings with
|
||
|
[WARN] but you should not get any errors.
|
||
|
|
||
|
|
||
|
To test:
|
||
|
-------
|
||
|
View the file "build/site/generator/index.html" in any browser. You can do
|
||
|
this from the commandline with:
|
||
|
|
||
|
firefox build/site/generator/index.html
|
||
|
|
||
|
Now you can try out your changes.
|