From c4409c6adc164aeaeb56b778ce7bb3fa9ebac788 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Sun, 30 Oct 2011 23:15:03 -0400 Subject: [PATCH] Added more info to README. --- README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.txt b/README.txt index 7c5ea5bf2a..e008e1d995 100644 --- a/README.txt +++ b/README.txt @@ -40,6 +40,11 @@ Building using eclipse You can also import the source repository (/home/name/apm-src) if you want to modify the source/ commit using git. + Advanced: + + * Regenerating the eclipse source project file: + cmake -G"Eclipse CDT4 - Unix Makefiles" -DECLIPSE_CDT4_GENERATE_SOURCE_PROJECT=TRUE /home/name/apm-src + Build a package using cpack ----------------------------------------------- - cd build