[Olsr-dev] [oonf_api] [PATCH v1 1/1] add build directory
Ferry Huberts
(spam-protected)
Fri Jun 22 11:59:22 CEST 2012
From: Ferry Huberts <(spam-protected)>
so that we can more easily put this in a build server
Signed-off-by: Ferry Huberts <(spam-protected)>
---
.gitignore | 5 ++---
BUILDING | 5 +++++
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 b8ce6a0..0dcfcdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
-.cproject
-.project
-build
+/.cproject
+/.project
diff --git a/BUILDING b/BUILDING
new file mode 100644
index 0000000..fdc1688
--- /dev/null
+++ b/BUILDING
@@ -0,0 +1,5 @@
+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
More information about the Olsr-dev
mailing list