18 lines
		
	
	
		
			361 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			361 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
This code was forked from https://github.com/SponsorPay/mysql-replication-listener
 | 
						|
 | 
						|
Dependencies
 | 
						|
------------
 | 
						|
 | 
						|
You need to have CMake version 2.8 or later and Boost version 1.35.0
 | 
						|
or later since Asio is required.
 | 
						|
 | 
						|
 | 
						|
Building
 | 
						|
--------
 | 
						|
 | 
						|
To build the entire package, it is first necessary to run CMake to build all the makefiles.
 | 
						|
 | 
						|
        cmake .
 | 
						|
        make -j4
 | 
						|
 |