|
|
| first time installing allegro |
|
Tyler Wrobel
Member #16,594
November 2016
|
I ment MSVC native build tools. And so I guess yes using cl (that as it would be the command line). I don't use Microsoft visual studio, but still prefer the compilers for command line work compared to others. And it appears to have the most up to date interpretation of c++. I tend to bounce around between IDE's. I would like to configure sally to work with MSVC 14. I have been readin up on monolithic libraries and trying to figure out what I am doing wrong. I will look this over before posting about that, but to be sure. Too compile a static library one the code would be something like this? cmake / I know that this is obviously not correct verbatim, but on the principal this would be correct yes? |
|
Edgar Reynaldo
Major Reynaldo
May 2007
|
cmake -G "Visual Studio 14 2015" -DSHARED=Off -DWANT_MONOLITH=On -DCMAKE_BUILD_TYPE=[Debug | Release | RelWithDebInfo | Profiling] -DCMAKE_INSTALL_PREFIX=%INSTALL_PATH% ..
My Website! | EAGLE GUI Library Demos | My Deviant Art Gallery | Spiraloid Preview | A4 FontMaker | Skyline! (Missile Defense) Eagle and Allegro 5 binaries | Older Allegro 4 and 5 binaries | Allegro 5 compile guide |
|
|
|