We're no longer using (g)make and ./configure. Update notes to
provide some brief details on how to build with scons.
Thanks,
Ben
--
Ben Greear <[email protected]>
Candela Technologies Inc http://www.candelatech.com
diff --git a/BUILD_NOTES b/BUILD_NOTES
index 1b705de..e9cebcf 100644
--- a/BUILD_NOTES
+++ b/BUILD_NOTES
@@ -12,11 +12,15 @@
1.1 Compiling the binaries
==========================
-To compile XORP, you must have GNU make (gmake) installed. Then just
+To compile XORP, you must have scons installed. Then just
run the following commands in the top-level directory:
-./configure
-gmake
+scons
+
+September 2009:
+ NOTE: Much of the rest of this document assumes the old ./configure
+ and gmake build system, and is no longer correct for the new scons
+ build method.
To change the default C and C++ compilers, then assign the binary
names to the CC and CXX user environmental variables respectively.
diff --git a/README b/README
index a5c858d..fd865dc 100644
--- a/README
+++ b/README
@@ -140,13 +140,14 @@ For description of the changes in each release, see
${XORP}/RELEASE_NOTES.
3. Compilation, configuration and startup
=========================================
-To compile XORP, you must have GNU make (gmake) installed. Then just
+To compile XORP, you must have 'scons' installed. Then just
run the following commands in the top-level directory:
-./configure
-gmake
+scons
See ${XORP}/BUILD_NOTES for additional information of building XORP.
+(Actually, BUILD_NOTES is now outdated on specific build information, but
+still contains some useful information.)
In general, configuration and startup of the various XORP processes are
normally meant to happen via the router manager (rtrmgr), so please
_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers