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