From cf11b8a273a66673cb3939d8845749138ca2bc5a Mon Sep 17 00:00:00 2001 From: drift Date: Tue, 24 Jan 2023 17:17:46 +0100 Subject: [PATCH] Relocate README from trac --- README | 0 README.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c76c9f --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# MySQL-admtools + +## To clone and build + +```console +aptitude install libmysqlclient-dev +git clone https://git.pvv.ntnu.no/Projects/mysql-admtools.git +cd mysql-admtols +vim mysql-admutils.h # Change at least DB_PASSWORD +aclocal +autoconf +automake --add-missing +./configure --with-mysql +make +su -c 'make install' +```