Panda3D downloads for several distros

Hi,

Thanks for the builds.
I’m trying to compile Panda on Mint 16 (Saucy base), and I ran into the following errors at the end:

/usr/bin/ld: cannot find -lRocketCore
/usr/bin/ld: cannot find -lRocketControls
/usr/bin/ld: cannot find -lRocketDebugger
collect2: error: ld returned 1 exit status
Process exited with exit status 1 and signal code 0
The following command returned a non-zero value: g++ -shared -Wl,-soname=libp3rocket.so.1.8 -o built/lib/libp3rocket.so.1.8 -Lbuilt/lib -Lbuilt/tmp -L/usr/X11R6/lib built/tmp/p3rocket_composite1.o built/tmp/libp3rocket_igate.o built/tmp/libp3rocket_module.o -lpanda -lpandaexpress -lp3dtool -lp3dtoolconfig -Lthirdparty/linux-libs-x64/rocket/lib -Lthirdparty/linux-libs-x64/rocket/lib/python2.7 -lRocketCore -lRocketControls -lRocketDebugger -lboost_python -pthread -ldl

I wanted to have a 13.10 build with Bullet and Rocket, so I tried to build it myself, but with no success.
Downloading for now. Thanks.