simplify README.md so that it gets submitted to pypi
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 5 May 2021 13:36:07 +0000 (14:36 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 5 May 2021 13:36:07 +0000 (14:36 +0100)
README.md
setup.py

index 8922d36fc992327ad3dfc1b1a05a65c74bc0d81d..e213bf2feeeefd91722c191fa0b802aa5492b120 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,9 @@ 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/)
+# Documentation
+
+See https://libre-soc.org/docs/
 
 # Installation
 
@@ -20,19 +22,6 @@ https://git.libre-soc.org/?p=dev-env-setup.git;a=summary
 
 qemu and gdb for Power 64 are required.  qemu can be installed with
 "apt-get install qemu-system-ppc64", however gdb needs compiling from
-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
-
-You will need to have installed the powerpc gnu gcc cross-compiler for
-this to work:
-
-    apt-get install gcc-9-powerpc64-linux-gnu
+source.  The simplest way is to use this dev-env-script:
 
-Or, use this dev-env-script:
 https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=ppc64-gdb-gcc;hb=HEAD
index 85bbf21b6f8c7566a9e17f03f4a2c9c6f5a930cb..14cd4c6e9508c1a6b18bd5ace84897b9c9db6bb1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ test_requires = [
 setup(
     name='libresoc',
     version=version,
-    description="A nmigen-based OpenPOWER multi-issue Hybrid CPU / VPU / GPU",
+    description="A nmigen-based OpenPOWER multi-issue Hybrid 3D CPU-VPU-GPU",
     long_description=README + '\n\n' + NEWS,
     long_description_content_type='text/markdown',
     classifiers=[