add README on how to build the system
authorHarald Welte <laforge@gnumonks.org>
Thu, 18 Feb 2010 18:28:49 +0000 (19:28 +0100)
committerHarald Welte <laforge@gnumonks.org>
Thu, 18 Feb 2010 18:28:49 +0000 (19:28 +0100)
src/README.building [new file with mode: 0644]

diff --git a/src/README.building b/src/README.building
new file mode 100644 (file)
index 0000000..f940d09
--- /dev/null
@@ -0,0 +1,27 @@
+== How to build OsmocomBB? ==
+
+=== Prerequisites ===
+
+We assume you are building on a GNU/Linux host system such as Debian GNU/Linux.
+Windows builds have been reported successfully using the Cygwin environment, but
+we do not officially support this.
+
+ # Get a GNU toolchain (gcc/binutils) for ARM (e.g. from http://gnuarm.com/)
+ # Set your path to include the arm-elf-* executables of your toolchain
+
+=== Building the actual GSM firmware ===
+
+ # cd osmocom-bb/src/target/firmware
+ # make
+
+=== Building the osmocon terminal program and multiplexer ===
+
+ # cd osmocom-bb/src/host/osmocon
+ # make
+
+=== Building the layer2 binary on the host PC ===
+
+ # cd osmocom-bb/src/host/layer2
+ # autoreconf -i
+ # ./confiugre
+ # make