Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Release 1.0
[palacios.git] / SETUP.LINUX
diff --git a/SETUP.LINUX b/SETUP.LINUX
new file mode 100644 (file)
index 0000000..2fc2693
--- /dev/null
@@ -0,0 +1,21 @@
+You can set up the development tools on Linux by running ./SETUP_DEV_ENV.pl. 
+
+If you do not already have bcc and related tools installed, you
+need to uncomment the parts of ./SETUP_DEV_ENV.pl that will build them.
+
+Now test:
+
+export DEVROOT=/path/to/your/vmm-dev
+export LOCATION=$DEVROOT/devtools
+
+cd $DEVROOT/build
+
+export PATH=$PATH:$LOCATION/bin
+
+make world
+
+This will build a vmm.img floppy image in geekos/build. You can also build a boot ISO image by running:
+
+> make geekos-iso
+
+Which will generate a test.iso image in $DEVROOT/build