|  |  | @ -20,6 +20,8 @@ compile everything from source (see the end of this document). | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | - opam >= 1.2.0 (instructions [here](https://opam.ocaml.org/doc/Install.html#OSX)) |  |  |  | - opam >= 1.2.0 (instructions [here](https://opam.ocaml.org/doc/Install.html#OSX)) | 
			
		
	
		
		
			
				
					
					|  |  |  | - Python 2.7 |  |  |  | - Python 2.7 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | - pkg-config | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | - libffi >= 3.0 | 
			
		
	
		
		
			
				
					
					|  |  |  | - Java (only needed for the Java analysis) |  |  |  | - Java (only needed for the Java analysis) | 
			
		
	
		
		
			
				
					
					|  |  |  | - clang in Xcode command line tools. You can install them with the command |  |  |  | - clang in Xcode command line tools. You can install them with the command | 
			
		
	
		
		
			
				
					
					|  |  |  |   `xcode-select --install` (only needed for the C/Objective-C analysis) |  |  |  |   `xcode-select --install` (only needed for the C/Objective-C analysis) | 
			
		
	
	
		
		
			
				
					|  |  | @ -44,6 +46,8 @@ compile everything from source (see the end of this document). | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | - opam >= 1.2.0 |  |  |  | - opam >= 1.2.0 | 
			
		
	
		
		
			
				
					
					|  |  |  | - Python 2.7 |  |  |  | - Python 2.7 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | - pkg-config | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | - libffi >= 3.0 | 
			
		
	
		
		
			
				
					
					|  |  |  | - Java (only needed for the Java analysis) |  |  |  | - Java (only needed for the Java analysis) | 
			
		
	
		
		
			
				
					
					|  |  |  | - gcc >= 4.7.2 or clang >= 3.1 (only needed for the C/Objective-C analysis) |  |  |  | - gcc >= 4.7.2 or clang >= 3.1 (only needed for the C/Objective-C analysis) | 
			
		
	
		
		
			
				
					
					|  |  |  | - autoconf >= 2.63 and automake >= 1.11.1 (if building from git) |  |  |  | - autoconf >= 2.63 and automake >= 1.11.1 (if building from git) | 
			
		
	
	
		
		
			
				
					|  |  | @ -108,11 +112,13 @@ sudo apt-get install -y \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   automake \ |  |  |  |   automake \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   build-essential \ |  |  |  |   build-essential \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   git \ |  |  |  |   git \ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   libffi-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   libgmp-dev \ |  |  |  |   libgmp-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   libmpc-dev \ |  |  |  |   libmpc-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   libmpfr-dev \ |  |  |  |   libmpfr-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   m4 \ |  |  |  |   m4 \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   openjdk-7-jdk \ |  |  |  |   openjdk-7-jdk \ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   pkg-config \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   python-software-properties \ |  |  |  |   python-software-properties \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   unzip \ |  |  |  |   unzip \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   zlib1g-dev |  |  |  |   zlib1g-dev | 
			
		
	
	
		
		
			
				
					|  |  | @ -126,6 +132,7 @@ sudo apt install -y \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   automake \ |  |  |  |   automake \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   build-essential \ |  |  |  |   build-essential \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   git \ |  |  |  |   git \ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   libffi-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   libgmp-dev \ |  |  |  |   libgmp-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   libmpc-dev \ |  |  |  |   libmpc-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   libmpfr-dev \ |  |  |  |   libmpfr-dev \ | 
			
		
	
	
		
		
			
				
					|  |  | @ -154,11 +161,13 @@ sudo apt-get install -y \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   g++-4.8 \ |  |  |  |   g++-4.8 \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   gcc-4.8 \ |  |  |  |   gcc-4.8 \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   git \ |  |  |  |   git \ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   libffi-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   libgmp-dev \ |  |  |  |   libgmp-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   libmpc-dev \ |  |  |  |   libmpc-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   libmpfr-dev \ |  |  |  |   libmpfr-dev \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   m4 \ |  |  |  |   m4 \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   openjdk-7-jdk \ |  |  |  |   openjdk-7-jdk \ | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |   pkg-config \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   python-software-properties \ |  |  |  |   python-software-properties \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   unzip \ |  |  |  |   unzip \ | 
			
		
	
		
		
			
				
					
					|  |  |  |   zlib1g-dev |  |  |  |   zlib1g-dev | 
			
		
	
	
		
		
			
				
					|  |  | 
 |