mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			205 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			205 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/bash
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								test -d app/sdrangel.app/Contents || { echo "Please build first or chdir to proper folder!"; exit 1; }
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								cd app/sdrangel.app/Contents/lib 
							 | 
						||
| 
								 | 
							
								DYLD_LIBRARY_PATH=/opt/local/lib:.; ../MacOS/sdrangel
							 |