mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			175 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			175 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| cd $HOME
 | |
| mkdir -p external && cd external
 | |
| mkdir -p sdrplayapi && cd sdrplayapi
 | |
| 
 | |
| git clone https://github.com/srcejon/sdrplayapi.git
 | |
| cd sdrplayapi
 | |
| sudo yes | sh install_lib.sh
 |