Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs3
msvc
Commits
ab330674
Commit
ab330674
authored
4 years ago
by
Ethan Ordentlich
Browse files
Options
Download
Email Patches
Plain Diff
README
parent
d259bb81
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+27
-0
README.md
with
27 additions
and
0 deletions
+27
-0
README.md
0 → 100644
View file @
ab330674
# Caltech CS 3 on Windows
## Package Information
Make executable was copied from
https://bitbucket.org/xoviat/chocolatey-packages/src/master/which,
is the source of Chocolatey's make.
The include, lib, and share folders in this repo do not need to be
distributed (they're for building addons).
The remainder of the packages were built with vcpkg's x64-windows triplet and copied here.
Packages:
-
sdl2
-
sdl2-gfx
-
sdl2-image
\[
libjpeg-turbo
\]
-
sdl2-ttf
-
sdl2-mixer
\[
dynamic-load, libflac, mpg123, nativemidi
\]
Adding additional packages is easy if they are available as the appropriate triplet.
Once all packages are installed, copy the contents of the bin, include, and lib folders for the x64-windows triplet into this repo.
## Using this repository
Clone this repository in
`C:\Users\<username>`
, so that the path to the top-level folder is
`C:\Users\<username>\caltech-cs3-msvc`
.
The CS 3 projects should be set up appropriately to use the dependencies bundled here.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help