Skip to content

Pre-compiled library package for game development.

Notifications You must be signed in to change notification settings

15-466/nest-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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?