... | @@ -4,6 +4,19 @@ Compilation guide for INMOST on Windows |
... | @@ -4,6 +4,19 @@ Compilation guide for INMOST on Windows |
|
Please share any issues with this compilation guide at [https://github.com/INMOST-DEV/INMOST/issues](https://github.com/INMOST-DEV/INMOST/issues)
|
|
Please share any issues with this compilation guide at [https://github.com/INMOST-DEV/INMOST/issues](https://github.com/INMOST-DEV/INMOST/issues)
|
|
|
|
|
|
|
|
|
|
|
|
This guide was tested with:
|
|
|
|
|
|
|
|
|
|
|
|
* Microsoft Visual Studio 2010 Professional Edition
|
|
|
|
* Microsoft Visual Studio 2008 Express Edition
|
|
|
|
|
|
|
|
|
|
|
|
If you have successfully compiled INMOST with other compilers, please share your experience.
|
|
|
|
|
|
|
|
|
|
|
|
If you compile with Visual Studio prior to version 2010 you have to add `stdint.h` header file. Please download it from [http://msinttypes.googlecode.com/svn/trunk/stdint.h](http://msinttypes.googlecode.com/svn/trunk/stdint.h) and put it to `VC\include` directory of Visual Studio. (For Visual Studio 2008 Express by default it is `C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include`)
|
|
|
|
|
|
|
|
|
|
Download source archive from https://github.com/INMOST-DEV/INMOST/releases and unpack it into inmost_source_path.
|
|
Download source archive from https://github.com/INMOST-DEV/INMOST/releases and unpack it into inmost_source_path.
|
|
|
|
|
|
|
|
|
... | | ... | |