mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 04:50:34 -04:00 
			
		
		
		
	to build WSJT ( used SuSE Linux 10.0) git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@183 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
		
			
				
	
	
		
			185 lines
		
	
	
		
			6.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			185 lines
		
	
	
		
			6.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 | ||
| <HTML>
 | ||
| <HEAD>
 | ||
| 	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
 | ||
| 	<TITLE></TITLE>
 | ||
| 	<META NAME="GENERATOR" CONTENT="OpenOffice.org 2.0-pre  (Linux)">
 | ||
| 	<META NAME="CREATED" CONTENT="20060311;19474000">
 | ||
| 	<META NAME="CHANGED" CONTENT="20060311;20035200">
 | ||
| 	<STYLE>
 | ||
| 	<!--
 | ||
| 		PRE { font-family: "Thorndale AMT" }
 | ||
| 	-->
 | ||
| 	</STYLE>
 | ||
| </HEAD>
 | ||
| <BODY LANG="de-DE" DIR="LTR">
 | ||
| <PRE>HowTo for Linux SuSE 10.0 ( DL3LST)
 | ||
| 
 | ||
| Use Yast  to install the following packages  from the Linux  Distribution DVD
 | ||
| 
 | ||
| Compiler
 | ||
|       cpp
 | ||
|       gcc
 | ||
|       gcc-c++
 | ||
|       liggcc
 | ||
| 
 | ||
| Tcl/tk
 | ||
|       tcl-devel
 | ||
|       tk-devel
 | ||
|       alsa-devel
 | ||
| 
 | ||
| Python
 | ||
|         python
 | ||
|         python-devel
 | ||
|         python-imaging
 | ||
|         python-numeric
 | ||
|         python-tk
 | ||
| 
 | ||
| --------------------------------------------------------------------------------------------------
 | ||
| 
 | ||
| // Fortran compiler
 | ||
| Page:                   <A HREF="http://www.g95.org/"> http://www.g95.org/</A>
 | ||
| Downloadpage:   <A HREF="http://ftp.g95.org/"> http://ftp.g95.org/</A>
 | ||
| Page:                   <A HREF="http://ftp.g95.org/g95-x86-linux.tgz"> http://ftp.g95.org/g95-x86-linux.tgz</A>
 | ||
| 
 | ||
| install: g95
 | ||
| 
 | ||
| follow instruction File:  Install 
 | ||
|  
 | ||
| How to install g95:     
 | ||
| 
 | ||
| File Install: 
 | ||
| 1) Unpack the downloaded tarball (e.g. g95-x86-linux.tgz) in a directory
 | ||
| of your choice:
 | ||
| 
 | ||
|    tar -zxvf g95-x86-linux.tgz
 | ||
| 
 | ||
| 2) For your convenience, you can create another symbolic link from a
 | ||
| directory in your $PATH (e.g. ~/bin) to the executable
 | ||
| 
 | ||
|    ln -s $PWD/g95-install/bin/*g95* ~/bin/g95
 | ||
| 
 | ||
| 
 | ||
| You should now be able to run g95 and create executables.
 | ||
| To get a list of environment variables that control the library, run a
 | ||
| compiled binary with the --help option, ie:
 | ||
| 
 | ||
|   ./a.out <20>help
 | ||
| 
 | ||
| From console try the g95 command .
 | ||
| The system should answer
 | ||
| g95:  no input files 
 | ||
|  
 | ||
| 
 | ||
| I changed the SymLink to /usr/bin where i installed the g77 packages too
 | ||
| ln -s $PWD/g95-install/bin/*g95* /usr/bin/g95
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| gcc-g77 compiler
 | ||
| Page:               <A HREF="http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=82721&release_id=15880">http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=82721&release_id=15880</A>
 | ||
| Download:       <A HREF="http://prdownloads.sourceforge.net/mingw/gcc-g77-3.4.2-20040916-1.tar.gz?download">http://prdownloads.sourceforge.net/mingw/gcc-g77-3.4.2-20040916-1.tar.gz?download</A>
 | ||
| 
 | ||
| From  gcc-g77-3.4.2-20040916-1.tar.gz  we need the /libexec folder  for l2g 
 | ||
| copy from the archive  the folder
 | ||
| /libexec        to      /usr/libexec
 | ||
|  
 | ||
| ------------------------------------------------------------------------------
 | ||
| other packages
 | ||
| ------------------------------------------------------------------------------
 | ||
| Install: PortaudioV1.19 
 | ||
| 
 | ||
| Page:                <A HREF="http://www.portaudio.com/usingsvn.html">http://www.portaudio.com/usingsvn.html</A>
 | ||
| Download:        <A HREF="http://www.portaudio.com/archives/pa_previous_snapshot_v19.tar.gz">http://www.portaudio.com/archives/pa_previous_snapshot_v19.tar.gz</A>
 | ||
| ./configure
 | ||
| make  all
 | ||
| make  install
 | ||
| ------------------------------------------------------------------------------
 | ||
| FFT3
 | ||
| Page    :            <A HREF="http://www.fftw.org/">http://www.fftw.org/ </A> 
 | ||
| Download :       <A HREF="http://www.fftw.org/fftw-3.1.1.tar.g">http://www.fftw.org/fftw-3.1.1.tar.g</A>z
 | ||
| ./configure
 | ||
| ./make  all
 | ||
| ./ make install
 | ||
| 
 | ||
| ------------------------------------------------------------------------------
 | ||
| libsamplerate
 | ||
| libsamplerate-0.1.2.
 | ||
| Download:         <A HREF="http://www.mega-nerd.com/SRC/download.html">http://www.mega-nerd.com/SRC/download.html</A>
 | ||
| ./configure
 | ||
| ./make  all
 | ||
| ./ make install
 | ||
| ------------------------------------------------------------------------------
 | ||
| reed-solomon-4.0
 | ||
| .Page:  <A HREF="http://www.ka9q.net/code/fec/">http://www.ka9q.net/code/fec/</A>
 | ||
| Download:       <A HREF="http://www.ka9q.net/code/fec/reed-solomon-4.0.tar.gz">http://www.ka9q.net/code/fec/reed-solomon-4.0.tar.gz</A>
 | ||
| /configure
 | ||
| ./make 
 | ||
| ./ make install
 | ||
| 
 | ||
| 
 | ||
| ------------------------------------------------------------------------------
 | ||
| F2PY  ( Fortran to Python )
 | ||
| Download:       <A HREF="http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-2-latest.tar.gz">http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-2-latest.tar.gz</A>
 | ||
| python setup.py install
 | ||
| 
 | ||
| 
 | ||
| Scipy_Distutils
 | ||
| Page:                                     <A HREF="http://cens.ioc.ee/projects/f2py2e/2.x/">http://cens.ioc.ee/projects/f2py2e/2.x/</A>
 | ||
| Download:                            <A HREF="http://cens.ioc.ee/projects/f2py2e/2.x/scipy_distutils-latest.tar.gz"> http://cens.ioc.ee/projects/f2py2e/2.x/scipy_distutils-latest.tar.gz</A>
 | ||
| python setup.py install
 | ||
| 
 | ||
| 
 | ||
| WSJT source code
 | ||
| K1JT Page:                           <A HREF="http://pulsar.princeton.edu/~joe/K1JT/">http://pulsar.princeton.edu/~joe/K1JT/</A>
 | ||
| Download page:                    <A HREF="http://developer.berlios.de/projects/wsjt/">http://developer.berlios.de/projects/wsjt/</A>
 | ||
| 
 | ||
| 
 | ||
| ./configure
 | ||
| make
 | ||
| python wsjt.py
 | ||
| 
 | ||
| that<EFBFBD>s all  - have fun 
 | ||
| 
 | ||
| ------------------------------------------------------------------------------
 | ||
| If you need the packages for other Linux distributions  see linkpages below
 | ||
| ------------------------------------------------------------------------------
 | ||
| 
 | ||
| Python:
 | ||
| Page.                                    <A HREF="http://www.python.org/download/releases/2.4.3">http://www.python.org/download/releases/2.4.3</A>
 | ||
| Download:                            <A HREF="http://www.python.org/ftp/python/2.4.3/Python-2.4.3.tgz">http://www.python.org/ftp/python/2.4.3/Python-2.4.3.tgz</A>   
 | ||
| /configure
 | ||
| ./make  
 | ||
| ./ make install
 | ||
| than run
 | ||
| python setup.py install
 | ||
| 
 | ||
| 
 | ||
| Numeric 
 | ||
| Page:                        <A HREF="http://numeric.scipy.org/"> http://numeric.scipy.org</A>/
 | ||
| Download:                 <A HREF="http://prdownloads.sourceforge.net/numpy/Numeric-24.2.tar.gz?download">http://prdownloads.sourceforge.net/numpy/Numeric-24.2.tar.gz?download</A>
 | ||
| install
 | ||
| 
 | ||
| Iimaging  (be sure  Tcl/Ck  Lib was installed before)
 | ||
| Page:                         <A HREF="http://www.pythonware.com/products/pil/">http://www.pythonware.com/products/pil/</A>
 | ||
| Download:                 <A HREF="http://effbot.org/downloads/Imaging-1.1.5.tar.gz">http://effbot.org/downloads/Imaging-1.1.5.tar.gz</A>
 | ||
| python setup.py install
 | ||
| 
 | ||
| ------------------------------------------------------------------------------
 | ||
| other sites 
 | ||
| ------------------------------------------------------------------------------
 | ||
| for gcc compiler try
 | ||
| <A HREF="http://gcc.gnu.org/mirrors.html">http://gcc.gnu.org/mirrors.html</A>
 | ||
| 
 | ||
| Example German server
 | ||
| <A HREF="ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-4.1.0/">ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-4.1.0/</A>
 | ||
| <A HREF="ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.1.1/">ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.1.1/</A>
 | ||
| 
 | ||
| the full program  ( !!! filesize is 21 MB  )
 | ||
| <A HREF="ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-4.1.0/gcc-core-4.1.0.tar.gz">ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-4.1.0/gcc-core-4.1.0.tar.gz</A>
 | ||
| ./configure
 | ||
| make
 | ||
| make install
 | ||
| </PRE>
 | ||
| </BODY>
 | ||
| </HTML> |