mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
*clio*.log
 | 
			
		||||
build/
 | 
			
		||||
build*/
 | 
			
		||||
.vscode
 | 
			
		||||
.python-version
 | 
			
		||||
config.json
 | 
			
		||||
 
 | 
			
		||||
@@ -29,6 +29,8 @@ Use these instructions to build a Clio executable from the source. These instruc
 | 
			
		||||
```sh
 | 
			
		||||
# Install dependencies
 | 
			
		||||
  sudo apt-get -y install git pkg-config protobuf-compiler libprotobuf-dev libssl-dev wget build-essential bison flex autoconf cmake clang-format
 | 
			
		||||
# Install gcovr to run code coverage
 | 
			
		||||
  sudo apt-get -y install gcovr
 | 
			
		||||
 | 
			
		||||
# Compile Boost
 | 
			
		||||
  wget -O $HOME/boost_1_75_0.tar.gz https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source/boost_1_75_0.tar.gz
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user