|
Revision 8956, 0.6 kB
(checked in by piotras, 3 years ago)
|
Initial in data dir
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
Brief description for installing midgard-data. |
|---|
| 2 |
|
|---|
| 3 |
./configure |
|---|
| 4 |
make install |
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
If some of needed binaries are not in Your PATH , include full path. |
|---|
| 8 |
For example: |
|---|
| 9 |
|
|---|
| 10 |
./configure --with-midgard-config=/full/path/to/midgard-config |
|---|
| 11 |
|
|---|
| 12 |
To make correct Makefile , You should define: |
|---|
| 13 |
--with-midgard-config (midgard-config script created with midgard-core) |
|---|
| 14 |
--with-mysql-config (mysql_config binary , usually in mysql-dev package) |
|---|
| 15 |
--with-apxs (apxs binary, in Apache development package) |
|---|
| 16 |
--with-apache-user (apache user for Apache server) |
|---|
| 17 |
--with-dialog (dialog binary , important for datagard functions) |
|---|