aboutsummaryrefslogtreecommitdiff
path: root/src/backend/melted/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/melted/README')
-rw-r--r--src/backend/melted/README9
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 @@
1Since the merchant's backend makes use of several routines that are native
2to the mint (in particular, those aimed to parse JSON object in HTTP POSTs),
3and since there is no possibility to export some of them in a shared library,
4then the files in this directory need to be moved *inside* the mint/src/mint
5directory in order to be compiled. Use 'copy.sh SRC DST' (STILL NOT TESTED)
6to copy the files in the desired location.
7
8Lastly, passing CFLAGS='-I/usr/include/postgresql' to ./configure seems to be
9mandatory, in order to compile the merchant http daemon.