General discussion about the development of the open source Blender
Moderators: jesterKing, stiv
-
scottfraser
- Posts: 1
- Joined: Fri Oct 25, 2002 11:07 pm
Post
by scottfraser » Fri Oct 25, 2002 11:16 pm
jochym wrote:Hi,
Based on the excelent work of phaethon I've created
apt-able debian packages for woody and sid distributions.
Just add:
deb
http://rozeta.com.pl/blender/debian/ woody/
or
deb
http://rozeta.com.pl/blender/debian/ sid/
to your /etc/apt/sources.list
then:
apt-get update ; apt-get install blender-creator-ph
and you have blender installed.
The binary name is blendercreator-ph
Have fun!

The woody packages are not compatible with standard woody and apt.
It is compiled against libc6_2.2.5-13. The release version of woody comes with libc6_2.2.5-6 and I can apt-get update to libc6_2.2.5-11.
However this is just apt playing up, so alien -t gives me a tarball which runs on Woody fine - thanks for that.
-
jochym
- Posts: 14
- Joined: Wed Oct 16, 2002 12:13 am
Post
by jochym » Tue Oct 29, 2002 3:29 pm
scottfraser wrote:jochym wrote:Hi,
Based on the excelent work of phaethon I've created
apt-able debian packages for woody and sid distributions.
Just add:
deb
http://rozeta.com.pl/blender/debian/ woody/
or
deb
http://rozeta.com.pl/blender/debian/ sid/
to your /etc/apt/sources.list
then:
apt-get update ; apt-get install blender-creator-ph
and you have blender installed.
The binary name is blendercreator-ph
Have fun!

The woody packages are not compatible with standard woody and apt.
It is compiled against libc6_2.2.5-13. The release version of woody comes with libc6_2.2.5-6 and I can apt-get update to libc6_2.2.5-11.
However this is just apt playing up, so alien -t gives me a tarball which runs on Woody fine - thanks for that.
Well,
That seams to be true. I do not know whre this libc6 came from in my system. Strange. The latest is -11.2. I will repackage it today.
P.