diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -33,8 +33,9 @@ the GHDL back-end (ghdl1) in ./translate: $ make BE=gcc the GHDL driver in ./translate/ghdldrv: $ make ghdl_gcc -the VHDL libraries: - $ cd translate/ghdldrv +the VHDL libraries (in ./translate/ghdldrv; you may need to slighly edit + Makefile to change the compiler): + $ ln -sf ghdl_gcc ghdl $ make install.all and the GHDL run-time (GRT) in ./translate/grt: $ make |