Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.44 KB

Nest-libs: Pre-compiled libraries for 15-466

This repository's releases section contains pre-compiled library packages for our target systems: Linux, Windows, and MacOS.

Contents:

Usage

The course's base-code Maekfile.js and/or Jamfile is set up to work properly if the nest-libs/ directory has the same parent as your clone of the 15-466-f*-base* directory:

15-466-stuff/ #or whatever you call it
	nest-libs/
		...
	your-game0/
		...

Windows Notes

Libraries compiled with, and intended to be used with, Visual Studio 2022.

Windows releases also include ftjam (jam.exe) and a convenient script to launch a VS2022 command prompt with jam in the path and JAM_TOOLSET. See windows/jam. You may need to edit the shortcut and/or bat file to match your particular installation of Visual Studio.

TODO

  • libjpeg-turbo, perhaps?