mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 10:45:50 +00:00 
			
		
		
		
	docs: update build instructions: (#4381)
* Remove obsolete build instructions. * By using Conan, builders can choose which dependencies specifically to build and link as shared objects. * Refactor the build instructions based on the plan in #4433.
This commit is contained in:
		
							
								
								
									
										13
									
								
								docs/build/install.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								docs/build/install.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
## From source
 | 
			
		||||
 | 
			
		||||
From a source build, you can install rippled and libxrpl using CMake's
 | 
			
		||||
`--install` mode:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
cmake --install . --prefix /opt/local
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
The default [prefix][1] is typically `/usr/local` on Linux and macOS and
 | 
			
		||||
`C:/Program Files/rippled` on Windows.
 | 
			
		||||
 | 
			
		||||
[1]: https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html
 | 
			
		||||
		Reference in New Issue
	
	Block a user