Relocate README from trac
This commit is contained in:
		
							
								
								
									
										16
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								README.md
									
									
									
									
									
										Normal 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'
 | 
			
		||||
```
 | 
			
		||||
		Reference in New Issue
	
	Block a user