Revision: 55751
          http://sourceforge.net/p/brlcad/code/55751
Author:   brlcad
Date:     2013-06-13 16:38:48 +0000 (Thu, 13 Jun 2013)
Log Message:
-----------
remove assumptions about source path, make steps copy-pasteable, fix typo in 
cmake line and make it also test release compilation.

Modified Paths:
--------------
    brlcad/trunk/HACKING

Modified: brlcad/trunk/HACKING
===================================================================
--- brlcad/trunk/HACKING        2013-06-13 16:28:27 UTC (rev 55750)
+++ brlcad/trunk/HACKING        2013-06-13 16:38:48 UTC (rev 55751)
@@ -1173,8 +1173,9 @@
 Passing regression tests, benchmark, and two build configurations are
 critically required.  Manually test mged and archer.
 
-    cmake ../brlcad && make distcheck
-    cmake ../brlcad -BRLCAD_BUNDLED_LIBS=ON && make distcheck
+    mkdir -p .release && cd .release
+    cmake .. && make distcheck && rm -rf ../.release/*
+    cmake .. -DBRLCAD_BUNDLED_LIBS=ON -DCMAKE_BUILD_TYPE=Release && make 
distcheck
 
 5) Sync trunk with the STABLE branch.  Make sure all changes since the
 previous sync are included and that STABLE matches trunk.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to