diff options
| author | SammysHP <sven@sammyshp.de> | 2011-08-02 14:17:02 +0200 |
|---|---|---|
| committer | SammysHP <sven@sammyshp.de> | 2011-08-02 14:17:02 +0200 |
| commit | adca83cf3792eadec567e2fcdc2ae0ca16d4d195 (patch) | |
| tree | e6058ee7aeea88c5f1c6b56344261c28fa75ff12 /BUILDNOTES | |
| parent | eb5cb7491ae133e74fe485f5670d9b666556b940 (diff) | |
| download | cgeo-adca83cf3792eadec567e2fcdc2ae0ca16d4d195.zip cgeo-adca83cf3792eadec567e2fcdc2ae0ca16d4d195.tar.gz cgeo-adca83cf3792eadec567e2fcdc2ae0ca16d4d195.tar.bz2 | |
Add Ant relating files, closes #44
Diffstat (limited to 'BUILDNOTES')
| -rw-r--r-- | BUILDNOTES | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/BUILDNOTES b/BUILDNOTES new file mode 100644 index 0000000..98d8daf --- /dev/null +++ b/BUILDNOTES @@ -0,0 +1,32 @@ ++------------------------------------------------------------------------------+ +| | +| Building c:geo | +| | ++------------------------------------------------------------------------------+ + + +I. Ant + + 1. copy ./templates/private.properties to ./ + 2. edit private.properties (see comments) + 3. run in ./ one of the following commands: + ant help + ant clean + ant debug + ant release + + +II. Other + + follow steps from above, but run + ant -pre-build + + -- or -- + + 1) copy ./templates/mapsapikey.xml to ./res/values/ + 2) edit ./templates/mapsapikey.xml and insert your api-key + + +Notes for Eclipse: + You can't select the targets from above in ant-configuration, but you can + add one of them in Main->Arguments.
\ No newline at end of file |
