mariadb/storage/mroonga/packages/windows
2015-05-05 02:43:19 +09:00
..
build-vc2013-msi-32.bat Update Mroonga to the latest version on 2015-02-17T13:34:27+0900 2015-02-17 13:34:27 +09:00
build-vc2013-msi-64.bat Update Mroonga to the latest version on 2015-02-17T13:34:27+0900 2015-02-17 13:34:27 +09:00
build-vc2013-zip-32.bat Update Mroonga to the latest version on 2015-02-17T13:34:27+0900 2015-02-17 13:34:27 +09:00
build-vc2013-zip-64.bat Update Mroonga to the latest version on 2015-02-17T13:34:27+0900 2015-02-17 13:34:27 +09:00
build-vc2013.bat Update Mroonga to the latest version on 2015-02-17T13:34:27+0900 2015-02-17 13:34:27 +09:00
build-vc2015-msi-32.bat Update Mroonga to the latest version on 2015-04-30T04:44:30+0900 2015-04-30 04:44:30 +09:00
build-vc2015-msi-64.bat Update Mroonga to the latest version on 2015-04-30T04:44:30+0900 2015-04-30 04:44:30 +09:00
build-vc2015-zip-32.bat Update Mroonga to the latest version on 2015-04-30T04:44:30+0900 2015-04-30 04:44:30 +09:00
build-vc2015-zip-64.bat Update Mroonga to the latest version on 2015-04-30T04:44:30+0900 2015-04-30 04:44:30 +09:00
build-vc2015.bat Update Mroonga to the latest version on 2015-04-30T04:44:30+0900 2015-04-30 04:44:30 +09:00
Makefile.am Update Mroonga to the latest version on 2015-04-30T04:44:30+0900 2015-04-30 04:44:30 +09:00
README.md Update Mroonga to the latest version on 2015-04-30T04:44:30+0900 2015-04-30 04:44:30 +09:00

How to build Windows binaries

Preparation

TODO...

Build with Visual C++ Express

You need to use Visual C++ 2013 or later to build Mroonga with Express edition. build-vc2013.bat is a build batch script to build with Visual C++ Express 2013.

Note that you can't build MSI file with Express edition. You need to use Professional edition or upper editions to build MSI file.

Build with Visual C++ Professional

You can build both zip file MSI file with Professional edition. But now, this feature is temporary disabled. If you want to create MSI package, please uncomment in build-vc2013.bat. And then, you can build MSI package with Visual Studio 2013 Professional.