diff options
Diffstat (limited to 'src/backend/melted/README')
-rw-r--r-- | src/backend/melted/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/backend/melted/README b/src/backend/melted/README new file mode 100644 index 00000000..45c4fb80 --- /dev/null +++ b/src/backend/melted/README | |||
@@ -0,0 +1,9 @@ | |||
1 | Since the merchant's backend makes use of several routines that are native | ||
2 | to the mint (in particular, those aimed to parse JSON object in HTTP POSTs), | ||
3 | and since there is no possibility to export some of them in a shared library, | ||
4 | then the files in this directory need to be moved *inside* the mint/src/mint | ||
5 | directory in order to be compiled. Use 'copy.sh SRC DST' (STILL NOT TESTED) | ||
6 | to copy the files in the desired location. | ||
7 | |||
8 | Lastly, passing CFLAGS='-I/usr/include/postgresql' to ./configure seems to be | ||
9 | mandatory, in order to compile the merchant http daemon. | ||