GithubHelp home page GithubHelp logo

lachbr / panda3d-thirdparty Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rdb/panda3d-thirdparty

0.0 1.0 1.0 109 KB

Scripts to build the thirdparty packages for Panda3D

CMake 88.15% Batchfile 0.30% C 11.55%

panda3d-thirdparty's Introduction

This repository contains a CMake script to build the thirdparty packages that are necessary for building Panda3D.

Usage example:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 14 2015 Win64" ..
cmake --build . --config Release

To build with Visual Studio 2015 for 64-bit Windows XP, change the command to:

cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 14 2015 Win64" -DCMAKE_SYSTEM_VERSION=5.2 -T v140_xp ..

To build with Visual Studio 2015 for 32-bit Windows XP, change the command to:

cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 14 2015" -DCMAKE_SYSTEM_VERSION=5.1 -T v140_xp ..

Some packages are still forthcoming. The included packages are ticked.

  • artoolkit
  • assimp (except Mac)
  • bullet
  • eigen
  • fcollada
  • ffmpeg
  • fmodex
  • freetype
  • harfbuzz
  • jpeg
  • nvidiacg
  • ode
  • openal
  • openexr
  • openssl
  • opus
  • png
  • rocket
  • squish
  • tiff
  • vorbis
  • vrpn
  • zlib

A package can be explicitly disabled using the BUILD_* options, eg. -DBUILD_VRPN=OFF disables building VRPN. Note that some packages have dependencies on other packages, so not all combinations are valid.

To build nothing but eg. vrpn, specify: -DDISABLE_ALL=ON -DBUILD_VRPN=ON. This only affects the initial configuration.

panda3d-thirdparty's People

Contributors

rdb avatar bluekyu avatar judge2020 avatar moguri avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.