Commit Graph

37 Commits

Author SHA1 Message Date
f19bc3c570 update README and CONTRIBUTING.md 2024-09-28 13:43:11 -04:00
9920a552be Add Catch2 to README.md dependencies 2024-05-30 20:15:45 -06:00
ee538ca30d linux: clone and build TGUI submodule if necessary 2024-05-30 20:02:43 -06:00
2bfe697c3b cleaner, equivalent vcpkg install commands in README.md 2024-05-29 19:39:03 -04:00
1bb0927ecb Update and fix Windows CI builds
- boost-spirit dependency needed to be installed
- Visual Studio wanted boost/filesystem.hpp included in more places
- a deprecated enum was removed from new versions of boost, so we use
  its replacement enum now
- vcpkg repository is now pinned to a commit where boost 1.84 libraries
  work smoothly, there should be no more surprises
- vcpkg dependencies now cache, so successive CI runs are dramatically
  faster
- for win-scons, we need to use 'call' in our batch script to source
  vcvarsall.bat
- I updated the includepath and libpath we pass to win-scons to match
  reality, but it still can't find any vcpkg libraries. This will need
  further sleuthing
2024-05-29 19:39:03 -04:00
e8aa19c633 Update README.md
I think that description must have been an error in editing the readme before...

[ci skip]
2023-01-08 17:34:58 -05:00
6471604fd9 A few readme revisions 2023-01-07 16:13:30 -05:00
ac239d3418 build.sh no longer exists 2023-01-07 16:08:47 -05:00
fa0db8b16b Update notes about compatibility 2023-01-07 15:49:09 -05:00
ba435bdfd3 Don't limit the CI link in the readme to just the CI branch
[ci skip]
2023-01-06 03:10:35 -05:00
4783c24779 Add CI status badge to the readme, plus a missing dependency 2023-01-05 19:52:30 -05:00
b364cc9bdb Update IRC channel link 2021-10-11 11:36:05 -04:00
304193a734 Update README to remove references to Boost.Thread 2020-02-09 20:29:55 -05:00
df4ab21ff1 Update README
- Add new Linux dependencies
- Fix broken and outdated links
2020-01-26 23:19:45 -05:00
be7ddb7948 Fixup README 2018-02-25 15:51:12 -05:00
Mark Clark
a4f30e8c5c Updated readme; 2018-02-25 15:20:06 -05:00
Eric Ahnell
709faf2c03 Fix broken links in README.md (#62)
2 links were affected by hard wrapping, unintentionally splitting them into two (broken) segments. This commit fixes that.
2018-02-11 15:42:38 -05:00
e2866d5eee Remove an obsolete link from the readme 2017-01-15 23:21:28 -05:00
Keira Aro
a5b9aac7fa remove old jenkins link, change url shortener url to actual url 2017-01-13 06:48:03 -05:00
ff8f2fd34c Update README (fix IRC channel) 2015-12-09 22:16:03 -05:00
d8dc88e506 Update readme (add IRC channel) 2015-10-13 14:56:52 -04:00
d126beaf1f Update readme 2015-09-24 10:00:56 -04:00
651e5882c6 Remove Win32/ directory 2015-09-14 02:28:36 -04:00
773078434f Update README to reflect the scons build 2015-09-12 04:38:02 -04:00
0849df0e28 Hard-wrap readme for better diffs 2015-06-01 20:38:00 -04:00
a94a892246 Set default sort order for the experimental builds link, so that the most recent builds are always shown at the top of the directory listing 2015-02-20 19:43:07 -05:00
Ben Scott
293d825ccd Fixes to instructions
didn't seem to change anything last edit
2015-02-14 00:01:34 -05:00
Ben Scott
03df350e5d Update README.md
Short paragraph about how to install and set up libraries on a new / uninitiated machine. Liable to be missing things.
2015-02-10 16:45:08 -05:00
b2fc354855 Update README.md 2015-01-04 13:58:35 -05:00
2ec2de98e8 Add note to readme 2014-12-11 01:51:23 -05:00
23d9d2d487 Hard-wrap readme for easier diffing 2014-12-11 01:51:23 -05:00
Sylae Corell
ae2284e0d9 Updating the README links 2014-07-28 20:06:43 -06:00
964438abf3 Bundle frameworks and fix dynamic library paths to allow distribution
- Also updated readme and removed unused sfml-network dependency
- Remove redundant inclusion of /opt/local library search paths, as my Boost is in /usr/local and trying to compile against the MacPorts version doesn't work for some reason
- Use absolute paths instead of relative paths for linked frameworks and libraries in the project structure
- Don't try to link SFML.framework as it only contains headers, not libraries
- Add freetype to the project (was always a dependency, just more explicit now)
2014-04-17 16:49:07 -04:00
Sylae Corell
f27e0e51b6 Updating build system URL again (yay jenkins!) 2013-06-30 22:18:54 -06:00
Sylae Corell
c43e921700 Update the readme, the nightly-builder now works!
Also this is totally not a test to make sure the webhook pushes
properly.
2013-06-30 16:54:48 -06:00
Sylae Corell
3e3ffc1127 Readme typo fix, plus some handy links 2013-05-25 04:04:18 -06:00
Sylae Corell
0fa74b5cab Create README.md
This is essentially a copypaste from the Gcode project, although I've made a couple changes and will probably make more.
2013-05-25 04:33:14 -05:00