These are some minor changes I made after reviewing changes made by
@Jammyjamjamman in these commits
464860aa023e4089f4c6f108e019d66d60052581
38a9356e203c05e2aec5e346363dd2707782262b
f587c8548ff9d581ebf67082359a4e498ed45042
80af96b5cdf94fede7c357b592cd27647d68280b
Jammy, I wrapped some lines. I've been told by project maintainers that
when possible, keep lines in md files less than 79 chars or so. The
files render the same when viewed through GitHub, so it's more for
readability when editing.
You'll find though there are times to break those rules. ;)
(ping #13)
* add dependency info to README
* rename script
* renamed windoze to windows
At some point, it will be better to split off the installation
instructions from the README.
.travis.yml: now that gcc is fixed, build on clang, too
LICENSE.md: there is no need for this symlink since the license file is not displayed on github anyways
README.md: This file is not in MD format, so renamed symlink to .TXT
build-mg.sh: improve configurability, script structure (will externalize distro/arch detection next)
- add option for silent installs (APT only for now)
- remove autotools, subversion dependency
- add check for availability of 'git' command
- replace svnversion by git commit output
- add .travis.xml as per http://about.travis-ci.org/docs/user/languages/cpp/
- make git ignore megaglest man page as generated by Linux builds