I need some help with where to download jnos from. Seems all the websites I find to download JNOS are offline.
I have Debian loaded on computer and working, but JNOS software is eluding me.
Thanks & 73s
I need some help with where to download jnos from.
This should have the latest and greatest...
http://www.langelaar.net/projects/jnos2/downloads/
Bill, WA7NWP
Following the information provided...I did the wget stuff to get the necessary file. However, i am stuck at the 'make' command. In this document, http://www.langelaar.net/projects/jnos2/downloads/linux/jnos20j.txt it referenced a make command in item 3.
Note: I did find the the 'config.h.default' in the proper subdirectory. as mentioned in item 2
?? -Leo (Linux Probie)
Not sure if this will work but I have tried to attach the files i have in the /tmp/jnos2 directory. I understand the make command a bit more, but it would be helpful to know what files to include in the makefile from this list and how to list them. Thanks! 73s -Leo n5jep1@gmail.com
Hello Rosalio,
Step 3 in that document runs "make" which kicks off the compile stage. This step completely assumes you have a working developer environment with various compilers, linkers, libraries, etc. already installed. If you can tell the group which Linux distribution you're running, there are a few simple commands that will go out and install everything required. Building and packaging Linux software isn't hard and once these dependencies are in place, building other software programs is a snap.
--David KI6ZHD
I would start with this and then try the JNOS build and installer script. If there are any errors, copy and paste them into an email to me offline and I'll give you a hand:
http://www.cyberciti.biz/faq/debian-linux-install-gnu-gcc-compiler/
--David KI6ZHD
On 13-09-07 05:41 PM, David Ranch wrote:
(Please trim inclusions from previous messages) _______________________________________________
I would start with this and then try the JNOS build and installer script. If there are any errors, copy and paste them into an email to me offline and I'll give you a hand:
http://www.cyberciti.biz/faq/debian-linux-install-gnu-gcc-compiler/
--David KI6ZHD _________________________________________ 44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net http://www.ampr.org/donate.html
on mine (ubuntu/mint) I just install "build-essential"...it pulls in the needed packages to compile...not sure if there's a build-essential meta-package for debian or not...if not, there shud be, hi hi!