Prool's modifications of CalculiX GraphiX (cgx)
In Ubuntu need:
sudo apt install xorg-dev sudo apt install libglu1-mesa-dev
how to make:
cd cgx_2.8/src
make
or
cd cgx_2.10/src
make
In Ubuntu 16.10 with gcc6 delete please from file extUtil.h this 2 lines:
#define min(a,b) ((a) <= (b) ? (a) : (b))
#define max(a,b) ((a) >= (b) ? (a) : (b))
and add flag -Wno-narrowing to Makefile to CFLAGS variable
how to test:
./cgx 1.frd
For build in Windows use instruction from General Electric:
https://github.com/GeneralElectric/CalculiX
General Electric rulez!
e-mail [email protected]
sites: