-
Notifications
You must be signed in to change notification settings - Fork 0
JulienRoussel77/Simol
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
0. GCC INSTALLATION - download gcc archive - uncompress it where you want - cd into the resulting directory - ./contrib/download_prerequisites - ./configure --prefix=path/where/you/want/to/install/gcc - make -j N (where is the number of procs of your machine) - make install 1. INSTALLATION (requires GCC version >= 4.9.2) cd build #cmake -D ENABLE_DOWNLOAD=True -DCMAKE_C_COMPILER=/home/roussel/5.2.0/bin/gcc -DCMAKE_CXX_COMPILER=/home/roussel/5.2.0/bin/g++ -DCMAKE_Fortran_COMPILER=/home/roussel/5.2.0/bin/gfortran .. export GCC_ROOT=/libre/common/softwares/gcc/4.9.2 cmake -D ENABLE_DOWNLOAD=True -D SIMOL_GCC_ROOT=$GCC_ROOT .. make Info pour netbeans : -> options de configuration -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=/home/roussel/5.2.0/bin/gcc -DCMAKE_CXX_COMPILER=/home/roussel/5.2.0/bin/g++ -D CMAKE_Fortran_COMPILER=/home/roussel/5.2.0/bin/gfortran -DCMAKE_C_FLAGS_DEBUG="-g3 -gdwarf-2" -DCMAKE_CXX_FLAGS_DEBUG="-g3 -gdwarf-2" -D ENABLE_DOWNLOAD=True
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published