Ticket #93 (new task)

Opened 2 years ago

Last modified 2 years ago

Windows Dependencies

Reported by: dirk Assigned to: unassigned
Priority: major Milestone: 2.0 Release
Component: System Version:
Keywords: Cc:
Completion:

Description

In 1 we had the Win deps in the CVS, which made it easy to find them for dailybuilds and stuff.

For 2 it might make sense to add a directory parallel to /trunk, to make it not appear in everybody's checkout unless needed. In it there should be the sources of the deps and a compiled/packed zip for quick and easy downloading.

Change History

10/09/06 10:30:22 changed by marcusl

Related info:

At work, we have a dir called 'thirdparty' which contains zips of many things (boost, opensg, etc) that are unzipped when we start a build or run visual C++. (Everything goes through a setenv.bat file which walks the thirdparty dir and calls unzip).

Something similar would perhaps be useful for OpenSG as well. (Esp in conjunction with setting up INCLUDE, LIB & PATH vars on windows for visual studio).