mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 21:14:06 -08:00
ae8dc933dc
use it for a week. git-svn-id: https://zxing.googlecode.com/svn/trunk@1915 59b500cc-1b3d-0410-9834-0bbf25fbcc57
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.
|