Compiling : shell task failed, exit value: 127

linux

#1

Hello everyone, I'd like to use axo with ubuntu 18.04 / 64bit

Got to install libbz2-1.0 with :
$ sudo apt-get install libz1 libncurses5 libbz2-1.0:i386 libstdc++6 libbz2-1.0
But not using the method specified :
$ sudo apt-get install -y lib32z1 lib32ncurses5 lib32bz2-1.0

Whenever I start a patch I get :

Start compiling patch
Compiling patch... with /opt/Axoloti/app/firmware
./compile_patch_linux.sh: 5: ./compile_patch_linux.sh: make: not found
shell task failed, exit value: 127
Compiling patch failed ( untitled )

I have copied the runtime in my home directory and the folder is correctly selected in the axo preferences... I am new with Ubuntu but I am doing my best // any ideas ? Thanks in advance, axo rules ! :smile:


#2

Looks like you don't have "make" installed.
Run: "sudo apt-get install make"


#3

Thank you very much :blush: it's working! Reading about "make" right now.