error using sync, should have been comb
[soc.git] / README.md
index beb32519ccd423cc34d34eb368f95348aac00175..9dbcbeafb5bc1e046cc5f891b662ea820a231efe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,18 @@
+# About
+
+The main SOC portion of Libre-SOC. A quad-core open source SOC with a 3D GPU,
+VPU, and using Libre-licensed design cells.
+
+Libre-SOC is Libre down to the VLSI Cells, thanks to Chips4Makers FlexLib
+and Sorbonne University lip6.fr
+
+# [Documentation](https://libre-soc.org/docs/)
+
 # Installation
 
-python3 setup.py develop
+    make gitupdate
+    make install
+    make test # optional (ish)
 
 # Running Simulator tests
 
@@ -10,6 +22,7 @@ source.  Obtain the latest tarball, unpack it, then:
 
     cd gdb-9.1 (or other location)
     mkdir build
+    cd build
      ../configure --srcdir=.. --host=x86_64-linux --target=powerpc64-linux-gnu
     make -j16
     make install