Skip to content
rburghol edited this page Mar 23, 2017 · 5 revisions

Welcome to the hspf wiki!

Compilers for hspf

Ubuntu

16.04

apt install gcc
# replaces yum gcc-c++
apt install build-essential
apt install flex
# g77 does not exist but seems to come in with one of the above steps?

CentOS

5x

 sudo yum install compat-gcc-34-g77 

Clone this wiki locally