Hi there, I am new here. I ordered the Axoloti core and so I started getting ready for when it arrives
I encountered a few problems in the way, and I thought that I would document these here in case they are of use to somebody else.
1) I am using opensuse linux and sadly there seems to be no Axoloti rpm available. I tried using the package 'alien' to create an rpm from the deb file but I found that there are some libav libraries versions (52 or 53?) required that I cannot find. No luck there so far.
2) I then decided to follow the supported distribution and use a oldish laptop where I installed Ubuntu Studio 14.04. Now I found that Axoloti-1.0.6 does not install because the laptop is a 386 architecture
3) The other option I could think of was to compile the package myself, downloaded the source, tried the build.sh, but (oh noooo!) there are 3 dependencies that cannot be fulfilled:
sudo apt-get install -y lib32z1 lib32ncurses5 lib32bz2-1.0
E: Unable to locate package lib32z1
E: Unable to locate package lib32ncurses5
E: Unable to locate package lib32bz2-1.0
4) Googling around I found out that there is another way of installing these:
sudo apt-get install zlib1g:i386 libncurses5:i386 libbz2-1.0:i386
But if you do this, the build.sh script needs line 32 edited to remove those 3 libraries.
I had to run the build script a couple of times because I had also deleted curl and ant when editing line 32... but in the end I got:
BUILD SUCCESSFUL