You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by Ferry Huberts <ma...@hupie.com> on 2012/06/22 10:50:42 UTC

[PATCH v1 1/3] add build directory and instructions

From: Ferry Huberts <fe...@pelagic.nl>

Signed-off-by: Ferry Huberts <fe...@pelagic.nl>
---
 .gitignore       |    4 +---
 BUILDING         |    6 ++++++
 build/.gitignore |    2 ++
 3 files changed, 9 insertions(+), 3 deletions(-)
 create mode 100644 BUILDING
 create mode 100644 build/.gitignore

diff --git a/.gitignore b/.gitignore
index 85d9ac7..d59b9da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-/build
-
-hessian/build/
\ No newline at end of file
+hessian/build/
diff --git a/BUILDING b/BUILDING
new file mode 100644
index 0000000..1eae33e
--- /dev/null
+++ b/BUILDING
@@ -0,0 +1,6 @@
+To build:
+
+cd build
+cmake ..
+make
+
diff --git a/build/.gitignore b/build/.gitignore
new file mode 100644
index 0000000..a68d087
--- /dev/null
+++ b/build/.gitignore
@@ -0,0 +1,2 @@
+/*
+!/.gitignore
-- 
1.7.10.2