Panda3D downloads for several distros

Hello, I make this thread because I did some builds of Panda3D (SDK) and want to list them in one thread. All builds are 1.8.1 so far, if nothing different stated.

Debian 7 Wheezy 64bit (no artoolkit, no gles1/2, no bullet):
docs.google.com/file/d/0B5KBmyj … sp=sharing
If you need libRocket, you have to compile it on your own. libRocket support is enabled.

Ubuntu 12.04.2 Precise Pangolin 64bit (no artoolkit, no fftw, no gles1/2, no bullet):
This is an alternate build for the LTS enablement stack!
docs.google.com/file/d/0B5KBmyj … sp=sharing
libRocket:
docs.google.com/file/d/0B5KBmyj … sp=sharing

Ubuntu 12.04.3 Precise Pangolin 64bit (no artoolkit, no fftw, no gles1/2, no bullet):
docs.google.com/file/d/0B5KBmyj … sp=sharing
libRocket:
docs.google.com/file/d/0B5KBmyj … sp=sharing

Ubuntu 12.04.4 Precise Pangolin 64bit (no artoolkit, no fftw, no gles1/2):
This build is nearly full-featured and includes both libRocket and Bullet support!
drive.google.com/file/d/0B5KBmy … sp=sharing

Ubuntu 13.10 Saucy Salamander 64bit (no artoolkit, no fftw, no bullet, no gles1/2):
docs.google.com/file/d/0B5KBmyj … sp=sharing
the obligatory libRocket package:
docs.google.com/file/d/0B5KBmyj … sp=sharing

Ubuntu 14.04.0 Trusty Tahr 64bit (no artoolkit/vrpn, no fftw, no ffmpeg, no gles1/2):
This build is from the Trusty beta, if something changes I’ll roll out another build. This includes both libRocket and Bullet (for PPAs see below), but unfortunately FFMPEG changed it’s API so I’m not able to compile it. I’m sorry for that!
drive.google.com/file/d/0B5KBmy … sp=sharing

Ubuntu 14.04.0 Trusty Tahr 32bit:
The same things like 64bit apply for this build.
drive.google.com/file/d/0B5KBmy … sp=sharing

libRocket PPA
This PPA is new and I haven’t tested it yet! As every time, use at your own risk! Currently only for Saucy+Trusty.
launchpad.net/~joern-schoenyan/ … /librocket
Bullet PPA
Panda3D 1.8.1 needs an older Bullet than in the Ubuntu repos, so here is a Bullet PPA for Trusty.
launchpad.net/~joern-schoenyan/ … bbullet280

I will update this thread every time I add a new build. If you have wishes, feel free to ask - but I can’t promise anything.

Cheers!

Thanks a lot (particularly for debian wheezy)

I hope everything’s running fine, I didn’t test it because I haven’t installed Wheezy, I did the compilation as everytime in a virtual machine.

** Update: I add the Saucy build to the list.

** Update: 12.04.2 LTS enablement stack 64bit

** Update: Arch 64bit

I also have the arch build on AUR as well

It is from your PKGBUILD :slight_smile: just precompiled with libRocket support and of course a package for libRocket.

Oh sweet. How did you go about adding librocket?

As your PKGBUILD has the parameter ‘–everything’, just installing libRocket with Python2.7 support is needed before making the build. For libRocket there is a PKGBUILD in the AUR, too.

Today’s updates:

Ubuntu 12.04.3, 64bit
Ubuntu 13.04, 32bit

** Update: added PPA for libRocket.

Hi JörnS,

thank you for the compiles, I’ve been using them for 2 Ubuntu versions, latest being Saucy. I just have one request: building for Saucy Salamander 64bit with Bullet.

Please continue this!
Cheers,
wolfgangp

Thanks a lot for this! I was having a hard time building Panda on Ubuntu Saucy 64-bit.

Today I’m removing builds for Raring because it reaches End-of-life. Tried to compile for Trusty, but it doesn’t works - there are many issues. Not sure if I can provide a solution on my own. Will try it next week again, as I’m a bit busy this week.

** Update: Added build for Ubuntu Precise 12.04.4 with the hardware enablement stack backported from Saucy. Includes both support for libRocket and Bullet!

I tried to build panda3d and here’s the errors I got: http://pastebin.com/ERQbVdA2

Internal compiler error: segmentation fault in random places.
After running makepanda many times some of the source code that caused the compilier to seg fault were compiled.

Hmm, the only case where I’ve seen that error is when my RAM was broken. Might want to try running memtest on it.

** Update: added 64bit build for Trusty. 32bit coming soon.

sorry if i sound like a noob but i installed both the files for 13.10 how do i run the programme now i dont have a shortcut rather new to linux :blush:

Hello tetra184,

did you take a look at the manual? It’s a bit Windows specific, but you should get the point. There are also some quite exciting samples avaible here.