... | @@ -6,15 +6,12 @@ Please share any issues with this compilation guide at [https://github.com/INMOS |
... | @@ -6,15 +6,12 @@ Please share any issues with this compilation guide at [https://github.com/INMOS |
|
|
|
|
|
This guide was tested with:
|
|
This guide was tested with:
|
|
|
|
|
|
|
|
|
|
* Microsoft Visual Studio 2010 Professional Edition
|
|
* Microsoft Visual Studio 2010 Professional Edition
|
|
* Microsoft Visual Studio 2008 Express Edition
|
|
* Microsoft Visual Studio 2008 Express Edition
|
|
|
|
* Misrosoft Visual Studio 2005 Express Edition
|
|
|
|
|
|
|
|
|
|
If you have successfully compiled INMOST with other compilers, please share your experience.
|
|
For instructions on preparing Visual Studio to work on your computer refer to [[guide for Microsoft Visual Studio|0201-Obtain-MSVC]]. 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.
|
... | | ... | |