* Goup/Ungroup initial work
* Add INSTALL file * Adapt KissCount to new resolution
This commit is contained in:
		
							
								
								
									
										25
									
								
								INSTALL
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								INSTALL
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
| ** Dependencies for compilation (on Debian) ** | ||||
|  | ||||
| libsqlite3-dev | ||||
| libwxgtk2.8-dev | ||||
| g++ | ||||
| make | ||||
|  | ||||
|  | ||||
| ** Compilation of extra libraries ** | ||||
| cd lib/wxsqlite3-1.9.9 | ||||
| ./configure | ||||
| make | ||||
| cd - | ||||
| cd lib/freechart | ||||
| make # wxFreechart is already configured | ||||
| cd - | ||||
|  | ||||
|  | ||||
| ** Compilation of KissCount ** | ||||
| make | ||||
|  | ||||
|  | ||||
| ** Execution ** | ||||
| export LD_LIBRARY_PATH=$PWD/lib/freechart/lib:$PWD/lib/wxsqlite3-1.9.9/lib/ | ||||
| ./kc | ||||
		Reference in New Issue
	
	Block a user