iner6-legacy Code
iner6 - calcul de l'inertie thermique des bâtiments (EN 13786)
Brought to you by:
cmarcel
File | Date | Author | Commit |
---|---|---|---|
docs | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
include | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
install | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
libs | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
resources | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
src | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
CMakeLists.txt | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
COPYING | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
COPYING.LESSER | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
FileAssociation.nsh | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
README | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
RefreshIcon.nsh | 2021-11-02 |
![]() |
[badd21] Fork initial repo (iner6) |
Compilation requirements: * c++ compiler * CMake >= 2.8.10 * Qt 5.1 * (Windows) NSIS CPack Tested compilers: * msvc 2010 on Windows 7 64 bits * g++ on Mac OS X & Linux Ubuntu Tested platforms: * Windows XP SP 3, * Windows 7, * Windows 8, * Mac OS X 10.8, * Mac OS X 10.7, * Mac OS X 10.6, * Linux Ubuntu 12.10 Tested Qt versions: * Qt 5.1.1 How to compile ? 1. use CMake to generate project: "cmake ." 2. compile project (make, Visual Studio, ...) 3. create installer (make package) 4. under Mac OS X create dmg with "make bundle" step.