Greg, Sorry for the lag but I am getting slower in my old age. I have a few dual boot systems and have a triple boot workstation in the assembly stage. For Fedora etc. I create a development workstation from the package managers. Like synaptic for debien / ubuntu and yumex Redhat / Fedora.
I add all of the requirements from the program's docs and then go for the makefile generator. The Linux configure is very verbose but cmake and qmake-qt5 get the Makefile we need. The first run will display the failures and the header files that are needed. I search the devel packages repos for the ones I need to install. I like to compile a lot of the free linux. I have found a lot of the Linuxes are very similar and the package management is the only biggie. There's apt-get / synaptics and rpm / yumex. When I boot Linux Mint I will mount the same /home as for Fedora. I'm really into the KDE Plasma desktop environment. Here's the simple script: wsjtxsvn.sh #!/bin/bash # wsjtxsvn.sh # Linux wsjtx v1.5.0 -devel # svn checkout for the latest version # KVASD Requirements # GCC C Library 32 bit # libc.so.6 # libm.so.6 # libgcc_s.so.1 # Quad-Precision Math Library # libquadmath.so.0 # For qt5 # qt5-qtmultimedia-devel # qt5-qtserialport-devel # hamlib3 etc. # For the manuals # asciidoc # Install the kvasd binary previously obtained from sourceforge. # http://sourceforge.net/p/wsjt/wsjt/HEAD/tree/trunk/kvasd-binary/ #cp kvasd /usr/local/bin #chmod 755 /usr/local/bin/kvasd rm -rf wsjtx svn co svn://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx cd wsjtx cmake . make make install --- 73, Chuck http://wa7oef.net On 03/26/15 08:24, KI7MT wrote: > Hi Chuck, > > If it's not too much trouble, could you send me the full development > package list ( dependencies ) that you used in order to build on Fedora? > I'd like to add Fedora to JTSDK-Nix to facilitate build testing. At the > moment, Debian, Ubuntu and Mint fully covered. > > Thanks to Michael (KD4SGN), I have an RPI2 set-up I can start testing > ARM7 builds with, but that will be after the major distro's are covered. > > > Thanks, > > 73's > Greg, KI7MT > > > On 03/26/2015 01:01 AM, wa7oef wrote: >> Hi Group, >> I've been a Linux user since the start. I like to build the ham software for >> the workstation. I dual boot Fedora or Linux Mint. I've compiled and >> installed >> fldigi, QSSTV, and wsjtx. There's others like sattrack and some times ax25. >> (I >> do the packages on that one some times) >> I wrote a simple script to check out, build and install wsjtx 1.5 for Fedora >> and Mint but I would like to try 1.6 for the JT4. I have a sourceforge >> account: chuckforge >> and would like to check out the cool code. I could work into apt-get >> synaptics >> and rpm yumex packaging in the future. >> Thanks, >> Chuck Kranz >> WA7OEF >> TS-440s FT-847 CAT controlled and digital modes >> http://wa7oef.net >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, >> sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub for >> all >> things parallel software development, from weekly thought leadership blogs to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> wsjt-devel mailing list >> wsjt-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/wsjt-devel >> > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > wsjt-devel mailing list > wsjt-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wsjt-devel ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel