Q. I’ve downloaded tar ball software but I don’t know how to compile the same? Can you provide the instructions for compiling a program?
Full story »Read contents from Free Software Magazine
Anybody up to writing good directory software?
Tue, 2007-02-20 11:17 — David JonathanSince the very beginning, directories (of any kind) have had a very central role in the internet. (I have recently grown fond of Free Web Directory. Even Slashdot can be considered a directory: a collection of great news and invaluable user-generated comments. As far as software is concerned, doing a quick search on Google about software directories will return the free (as in freedom) software directories like Savannah, SourceForge, Freshmeat and so on, followed by shareware and freeware sites such as FileBuzz, PCWin Download Center and All Freeware (great if you're looking for shareware and freeware, but definitely less comprehensive than their free-as-in-freedom counterparts).
Is better education the key to finding better software?
Sat, 2007-03-03 03:25 — Edward RusselI read David Jonathon's article Anybody Up To Writing Good Directory Software? the other day, which got me thinking about software directories in general. As David mentioned, many of the software directories one finds when doing a quick google search are free as in beer, not as in freedom. But what interests me is the software directories that already exist, providing a combination of both free as in beer software, and open source software. Sites such as Freeware Downloads and Shareware Download don't advertise themselves as providing free as in liberty software, but each of them have a good selection of open source software available... if you know where to look.
Categories
Best karma users
From the staff of FSDaily: Comedians in Perth, Magicians in Perth, Bands in Perth





underthelinux
4 years 26 weeks 2 days 12 hours ago
So this is nice, and short. But
So this is nice, and short. But it doesn't highilght a few thigns that i had to learn.
1. If you need to install something, check your repos first!
2. If you can't find it from the repos, then build it from source as mentioned. Be prepared to run into issues.
3. You may need to edit makefiles, config files, even install dependencies.
4. Make sure you read the output from the build; it can give you vital clues on how to get it to build.
5. Get ready to do some searching online.
Building from source is not hard. But it isn't a walk in the park.