mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Installation and build documentation updates
This commit is contained in:
		
							parent
							
								
									33c14aa400
								
							
						
					
					
						commit
						b98746ffc9
					
				
							
								
								
									
										8
									
								
								INSTALL
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								INSTALL
									
									
									
									
									
								
							@ -23,10 +23,10 @@ Building from Source
 | 
			
		||||
====================
 | 
			
		||||
 | 
			
		||||
On Linux systems  some of the prerequisite libraries  are available in
 | 
			
		||||
the mainstream distribution repositories. They  are Qt v5 and FFTW v3.
 | 
			
		||||
For MS  Windows see the section  "Building from Source on  MS Windows"
 | 
			
		||||
below. For  Apple Mac see the  section "Building from Source  on Apple
 | 
			
		||||
Mac".
 | 
			
		||||
the mainstream distribution repositories. They are Qt v5, FFTW v3, and
 | 
			
		||||
the Boost  C++ libraries.   For MS Windows  see the  section "Building
 | 
			
		||||
from  Source on  MS  Windows" below.  For Apple  Mac  see the  section
 | 
			
		||||
"Building from Source on Apple Mac".
 | 
			
		||||
 | 
			
		||||
Qt v5, preferably v5.9 or later is required to build WSJT-X.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -43,7 +43,8 @@ You may also need to execute the following command in a terminal:
 | 
			
		||||
....
 | 
			
		||||
sudo apt install libgfortran5 libqt5widgets5 libqt5network5 \
 | 
			
		||||
     libqt5printsupport5 libqt5multimedia5-plugins libqt5serialport5 \
 | 
			
		||||
     libqt5sql5-sqlite libfftw3-single3 libgomp1 libusb-1.0-0
 | 
			
		||||
     libqt5sql5-sqlite libfftw3-single3 libgomp1 libboost-all-dev \
 | 
			
		||||
     libusb-1.0-0
 | 
			
		||||
....
 | 
			
		||||
 | 
			
		||||
Fedora, CentOS, Red Hat, and other rpm-based systems:
 | 
			
		||||
@ -75,5 +76,5 @@ You may also need to execute the following command in a terminal:
 | 
			
		||||
....
 | 
			
		||||
sudo dnf install libgfortran fftw-libs-single qt5-qtbase \
 | 
			
		||||
     qt5-qtmultimedia qt5-qtserialport qt5-qtsvg \
 | 
			
		||||
     qt5-qtserialport libgomp libusbx
 | 
			
		||||
     qt5-qtserialport libgomp boost libusbx
 | 
			
		||||
....
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user