mirror of https://github.com/cutefishos/appmotor
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			38 lines
		
	
	
		
			562 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			38 lines
		
	
	
		
			562 B
		
	
	
	
		
			Plaintext
		
	
BUILD & INSTALL
 | 
						|
===============
 | 
						|
 | 
						|
Applauncherd uses the CMake build system.
 | 
						|
 | 
						|
Configure
 | 
						|
---------
 | 
						|
 | 
						|
* Configure applauncherd only:
 | 
						|
 | 
						|
  ./configure
 | 
						|
 | 
						|
* Configure applauncherd + tests:
 | 
						|
 | 
						|
  BUILD_TESTS=1 ./configure
 | 
						|
 | 
						|
* Configure applauncherd with security check for invoker disabled:
 | 
						|
 | 
						|
  DISABLE_VERIFICATION=1 ./configure
 | 
						|
 | 
						|
* If you are building the .deb package, check debian/rules for the configuration used
 | 
						|
 | 
						|
Build
 | 
						|
-----
 | 
						|
 | 
						|
make
 | 
						|
 | 
						|
Build Doxygen -documentation if Doxygen was found
 | 
						|
-------------------------------------------------
 | 
						|
 | 
						|
make doc
 | 
						|
 | 
						|
Install
 | 
						|
-------
 | 
						|
 | 
						|
make install
 | 
						|
 |