Relocate README from trac

main
drift 2023-01-24 17:17:46 +01:00 committed by h7x4
parent 4e23b562ca
commit cf11b8a273
2 changed files with 16 additions and 0 deletions

0
README
View File

16
README.md Normal file
View File

@ -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'
```