add eartly build
This commit is contained in:
		
							
								
								
									
										11
									
								
								scripts/earthly/install_capnproto.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										11
									
								
								scripts/earthly/install_capnproto.sh
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
mkdir /tmp/capnproto-install
 | 
			
		||||
cd /tmp/capnproto-install
 | 
			
		||||
curl -O https://capnproto.org/capnproto-c++-0.9.1.tar.gz
 | 
			
		||||
tar zxf capnproto-c++-0.9.1.tar.gz
 | 
			
		||||
cd capnproto-c++-0.9.1
 | 
			
		||||
./configure
 | 
			
		||||
make -j6 check
 | 
			
		||||
make install
 | 
			
		||||
cd /
 | 
			
		||||
rm -rf /tmp/capnproto-install
 | 
			
		||||
		Reference in New Issue
	
	Block a user