write README and add autogen.sh
authorChoe Hwanjin <choe.hwanjin@gmail.com>
Mon, 8 Nov 2004 11:45:26 +0000 (20:45 +0900)
committerChoe Hwanjin <choe.hwanjin@gmail.com>
Mon, 8 Nov 2004 11:45:26 +0000 (20:45 +0900)
git-svn-id: http://kldp.net/svn/hangul/trunk/hangul@7 8f00fcd2-89fc-0310-932e-b01be5b65e01

README
autogen.sh [new file with mode: 0755]

diff --git a/README b/README
index e69de29..f6bf5b9 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,12 @@
+libhangul
+
+How to build:
+    $ ./autogen.sh
+    $ ./configure
+    $ make
+
+How to install python module 'pyhangul':
+    $ cd pyhangul
+    $ make
+    login as root
+    # make install
diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..1067c70
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+aclocal $ACLOCAL_AMFLAGS
+autoheader
+automake --add-missing
+autoconf