2015-02-17 13:34:27 +09:00
|
|
|
# How to build Windows binaries
|
|
|
|
|
|
|
|
## Preparation
|
|
|
|
|
|
|
|
TODO...
|
|
|
|
|
|
|
|
## Build with Visual C++ Express
|
|
|
|
|
2017-10-10 23:15:25 +09:00
|
|
|
You need to use Visual Studio 2015 for Windows Desktop or later to build Mroonga with express
|
|
|
|
edition. `build-vc2015.bat` is a build batch script to build with
|
|
|
|
Visual Studio 2015 for Windows Desktop.
|
2015-02-17 13:34:27 +09:00
|
|
|
|
|
|
|
Note that you can't build MSI file with Express edition. You need to
|
|
|
|
use Professional edition or upper editions to build MSI file.
|
|
|
|
|
2017-10-10 23:15:25 +09:00
|
|
|
## Build with Visual Studio Community
|
2015-02-17 13:34:27 +09:00
|
|
|
|
|
|
|
You can build both zip file MSI file with Professional edition.
|
2015-04-30 04:44:30 +09:00
|
|
|
But now, this feature is temporary disabled.
|
2017-10-10 23:15:25 +09:00
|
|
|
If you want to create MSI package, please uncomment in `build-vc2015.bat`.
|
|
|
|
And then, you can build MSI package with Visual Studio 2015 Community.
|