[nostalgia] Cleanup README and add prerequisites
This commit is contained in:
		
							
								
								
									
										13
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								README.md
									
									
									
									
									
								
							@@ -1,12 +1,13 @@
 | 
				
			|||||||
# Nostalgia
 | 
					# Nostalgia
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Setup
 | 
					## Prerequisites
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Linux
 | 
						* Install GCC, Clang, or Visual Studio with C++17 support (including std::filesystem)
 | 
				
			||||||
 | 
						* Install Make and CMake
 | 
				
			||||||
 | 
						* Install Conan
 | 
				
			||||||
 | 
						* Consider also install in Ninja build and ccache for faster build times
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Make sure conan is using the C++11 version of libstdc++.
 | 
					## Platform Specific Setup
 | 
				
			||||||
 | 
					 | 
				
			||||||
	conan profile update settings.compiler.libcxx=libstdc++11 default
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
### macOS
 | 
					### macOS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -14,7 +15,7 @@ Install and use gmake instead of the make that comes with the system.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Build
 | 
					## Build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Build options: release, debug, gba, gba-debug
 | 
					Build options: release, debug, asan, gba, gba-debug
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	make setup-conan
 | 
						make setup-conan
 | 
				
			||||||
	make purge conan configure-{gba,release,debug} install
 | 
						make purge conan configure-{gba,release,debug} install
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user