From 943373d8e3d71c6983be7569ab1b18e56702c062 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 29 Apr 2014 11:48:09 +0200 Subject: [PATCH] No patches needed anymore to compile pgloader. --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.md b/README.md index 997b092..3f89a3f 100644 --- a/README.md +++ b/README.md @@ -41,22 +41,6 @@ pgloader is now a Common Lisp program, tested using the $ make pgloader $ ./build/bin/pgloader --help -### Patches - -Several dependencies needed some patching for pgloader to be running fine, -the given `Makefile` will handle that for you. The goal is for those patches -to get included in the mainline version of the dependencies so that this -whole section and assorted `Makefile` business disappear for being -irrelevant. - -#### cl-csv - -The handling of `NULL` values in `CSV` files requires pgloader to have more -smarts than the default `cl-csv` code, so the `Makefile` will fetch my -branch including a fix for that. - -Read https://github.com/AccelerationNet/cl-csv/pull/12 for details. - ## The pgloader.lisp script Now you can use the `#!` script or build a self-contained binary executable