[MCOL-52] MariaDB ColumnStore - How to Build Created: 2016-05-11 Updated: 2016-06-24 Resolved: 2016-06-24 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | Build |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Dipti Joshi (Inactive) | Assignee: | David Hill (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | Beta Documentation |
| Sprint: | MCOL Sprint 2 - Priority 2, 1.0.2-1 |
| Description |
|
Right now there is build instructions for InfiniDB at https://github.com/mariadb-corporation/InfiniDB#this-is-infinidb-462 for a user to download source code and build from it. But this would not work for MariaDB ColumnStore. This task is for us to create equivalent build instructions for MariaDB ColumnStore that community users can use. |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2016-06-12 ] |
| Comment by Justin Swanhart (Inactive) [ 2016-06-13 ] |
|
no - the product does not build and install yet so I can't write up instructions for the process I am strongly considering removing ExternalProject from CMakeLists.txt and just making user manually build engine at this time. Integration with CMake as actual CMake project can then proceed. Using autotools+cmake is not working well. |
| Comment by David Hill (Inactive) [ 2016-06-17 ] |
|
With additional changes to both source and Makefile's, you can now build and install successfully... Woo Hoo. |
| Comment by David Hill (Inactive) [ 2016-06-24 ] |
|
can now build successfully and install columnstore product. |