Source repository?

i am trying to compile a osx 10.9 version with all the components libraries included (artoolkit, ffmpeg) but i’m confused about where the latest version of the panda source code is.

Here? panda3d.org/download.php?pla … =devel&sdk
Here? panda3d.org/download.php?pla … =1.8.1&sdk
Here? panda3d.cvs.sourceforge.net/viewvc/panda3d/

I assume the latest, but in the project page the last update is set to 2013-04-24.

suggestion: put it in a sticky post on “Compiling or Editing the Panda Source”?

You have to use CVS to create a checkout:

cvs -d :pserver:anonymous@panda3d.cvs.sourceforge.net:/cvsroot/panda3d co -P panda3d

Thank you, rdb.