readmeeeee
This commit is contained in:
		
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							@@ -10,13 +10,14 @@ Bugtracker/Wiki: http://redmine.pwning.de/projects/pioneers
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
1. 	Clone this repository
 | 
					1. 	Clone this repository
 | 
				
			||||||
2. 	Set up cabal-sandbox
 | 
					2. 	Set up cabal-sandbox
 | 
				
			||||||
	```
 | 
					
 | 
				
			||||||
	$ cabal sandbox init
 | 
							```
 | 
				
			||||||
	$ cd deps
 | 
							$ cabal sandbox init
 | 
				
			||||||
	$ ./getDeps.sh
 | 
							$ cd deps
 | 
				
			||||||
	$ cd ..
 | 
							$ ./getDeps.sh
 | 
				
			||||||
	$ cabal sandbox add-source deps/hsSDL2
 | 
							$ cd ..
 | 
				
			||||||
	```
 | 
							$ cabal sandbox add-source deps/hsSDL2
 | 
				
			||||||
 | 
							```
 | 
				
			||||||
3. 	install libraries `sudo apt-get install libsdl2` - make sure libsdl2 is in version 2.0.1+ (shipped with Ubuntu since 14.04)
 | 
					3. 	install libraries `sudo apt-get install libsdl2` - make sure libsdl2 is in version 2.0.1+ (shipped with Ubuntu since 14.04)
 | 
				
			||||||
4. 	install dependencies `cabal install --only-dependencies`
 | 
					4. 	install dependencies `cabal install --only-dependencies`
 | 
				
			||||||
5. 	build `cabal build`
 | 
					5. 	build `cabal build`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user