summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-02-23 22:54:17 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-02-23 22:54:17 +0000
commitdaf3d97b5ea87163137e6bff8158662cc4c7f801 (patch)
tree28737f72d1249383e3917f107ea97836b4229510 /README.cmake
parent81428ccc0f6a39101c90a0c83a879ce36e2e3aee (diff)
downloadwireshark-daf3d97b5ea87163137e6bff8158662cc4c7f801.tar.gz
Note that CMake honors umask for creating directories
svn path=/trunk/; revision=47846
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.cmake b/README.cmake
index e6acb46469..7d941b6e50 100644
--- a/README.cmake
+++ b/README.cmake
@@ -34,6 +34,7 @@ How to do out of tree build (Unix/Linux):
4) cd build
5) cmake ../<Name_of_WS_source_dir>
6) make
+6) (as root) umask 0022 && make install
Note 1:
in step 5), you may override the defaults for features:
@@ -48,6 +49,11 @@ Note 3:
After running cmake, you can always run "make help" to see
a list of all possible make targets.
+Note 4:
+ Cmake honors user umask for creating directories as of now:
+ http://public.kitware.com/Bug/view.php?id=9620
+ To get predictable results please set umask explicitly.
+
Why cmake?
==========
- Can create project files for some MS and Apple IDEs.
@@ -83,9 +89,7 @@ What needs to be done?
- Add asn1 autogen target (assigned: krj)
- Add back platform specific objects.
- Fix places in the cmake files marked as todo.
-- Add back (working) install target.
- Currently, directories are created with user umask.
- Also the guides are not installed.
+- Guides are not installed.
- Build source package (using CPack).
- Build rpm package (using CPack).
- Build dpkg package (using CPack).