Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b270578
add mac install instructions
edwardchalstrey1 Sep 18, 2025
7edeb84
add mac, windows, linux
edwardchalstrey1 Sep 18, 2025
6310fd8
Add final installation instruction for the Gambit application on macOS
edwardchalstrey1 Sep 18, 2025
729fd4a
update gitignore
edwardchalstrey1 Sep 19, 2025
8a55070
link to releases page
edwardchalstrey1 Sep 19, 2025
77917da
update min wxWidgets version to 3.2.x
edwardchalstrey1 Oct 7, 2025
aad33d6
move dev instructions to dev doc
edwardchalstrey1 Oct 7, 2025
719949a
add install page and move pygmabit install instructions there
edwardchalstrey1 Oct 29, 2025
3b25dae
move GUI and CLI install instructions to install.rst
edwardchalstrey1 Oct 29, 2025
618b757
refactor homepage
edwardchalstrey1 Oct 29, 2025
96fc10c
link to install page
edwardchalstrey1 Oct 29, 2025
c6e9ffb
mention older versions
edwardchalstrey1 Oct 29, 2025
8f5526e
mac install from disk
edwardchalstrey1 Oct 29, 2025
001a145
add homebrew option
edwardchalstrey1 Oct 29, 2025
7b25f7c
add installation instructions for building Gambit from source tarball
edwardchalstrey1 Oct 29, 2025
1ad1782
add installation instructions for Windows using installer
edwardchalstrey1 Oct 29, 2025
6511ce0
fix spacing
edwardchalstrey1 Oct 29, 2025
7015e91
fix spacing
edwardchalstrey1 Oct 29, 2025
ba69446
revise first para of developer doc
edwardchalstrey1 Oct 29, 2025
9e19f2f
install from source steps
edwardchalstrey1 Oct 29, 2025
79fe467
sections of developer doc
edwardchalstrey1 Oct 29, 2025
d9162d0
build from source link
edwardchalstrey1 Oct 29, 2025
5a16819
mac dependencies
edwardchalstrey1 Oct 29, 2025
00da0f3
linux dependencies
edwardchalstrey1 Oct 29, 2025
370bd39
no windows instructions for now
edwardchalstrey1 Oct 29, 2025
6d2015f
move branch info to contributing section
edwardchalstrey1 Oct 29, 2025
444b6fe
refactor developer install doc
edwardchalstrey1 Oct 29, 2025
ca600e5
tidy pygambit installation instructions
edwardchalstrey1 Oct 29, 2025
ea9f0ce
remove install.md
edwardchalstrey1 Oct 29, 2025
1546c8e
remove unneccessary backticks
edwardchalstrey1 Nov 10, 2025
65407c7
revert editable install suggestion
edwardchalstrey1 Nov 10, 2025
4c2cb24
update text on maintenance branches
edwardchalstrey1 Nov 10, 2025
1a468f8
add Windows instructions and refactor Linux/macOS instructions
edwardchalstrey1 Nov 10, 2025
dafc027
de-duplicate instructions across platforms
edwardchalstrey1 Nov 10, 2025
eaad2ff
Update developer.build.rst
tturocy Nov 10, 2025
d511c76
Update developer.contributing.rst
tturocy Nov 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ gambit
.python-version
dist
.venv
*.dmg
Gambit.app/*
138 changes: 0 additions & 138 deletions INSTALL.md

This file was deleted.

Loading