mirror of
				https://gitea.blesmrt.net/mikaela/scripts.git
				synced 2025-11-04 11:27:37 +01:00 
			
		
		
		
	zncconfigure: just install to $HOME/.local
and assume that no one wants to install znc globally
This commit is contained in:
		
							parent
							
								
									b3451f23b6
								
							
						
					
					
						commit
						8c0f1a4e29
					
				@ -19,6 +19,5 @@ git submodule update --init --recursive
 | 
			
		||||
./autogen.sh
 | 
			
		||||
mkdir -p build
 | 
			
		||||
cd build
 | 
			
		||||
../configure --enable-debug --enable-perl --enable-python --enable-swig --enable-tcl --enable-cyrus
 | 
			
		||||
#--prefix=$HOME/.local
 | 
			
		||||
../configure --enable-debug --enable-perl --enable-python --enable-swig --enable-tcl --enable-cyrus --prefix=$HOME/.local
 | 
			
		||||
# and here you run "make -j$(nproc)" while you are in the build/ directory.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user