(no commit message)
authorlkcl <lkcl@web>
Mon, 10 Feb 2020 16:30:50 +0000 (16:30 +0000)
committerIkiWiki <ikiwiki.info>
Mon, 10 Feb 2020 16:30:50 +0000 (16:30 +0000)
HDL_workflow/coriolis2.mdwn

index d363e367f004f78d0d08dd91dbc1fd5d41d89c9e..94912b2b6d3f5f5a074ca754ccd16269283dff34 100644 (file)
@@ -131,6 +131,25 @@ The following window will appear
 
 click on the chicken several times
 
+## check out alliance and alliance-check-toolkit
+
+in the schroot:
+
+    git clone https://gitlab.lip6.fr/jpc/alliance-check-toolkit.git
+
+TODO: document how to build alliance, basically this:
+
+    mkdir -p alliance/build alliance/install
+    cd ~/alliance
+    git clone https://www-soc.lip6.fr/git/alliance.git
+    cd alliance/src
+    ./autostuff
+    cd ~/alliance/build
+    export ALLIANCE_TOP=$HOME/alliance/install
+    export LD_LIBRARY_PATH=${ALLIANCE_TOP}/lib:${LD_LIBRARY_PATH}
+    ../alliance/src/configure --prefix=$ALLIANCE_TOP --enable-alc-shared
+    make -j1 install
+
 # Tutorials and checks
 
 * <https://gitlab.com/Chips4Makers/alliance-check-toolkit>