yazılım: https://github.com/ryancdotorg/brainflayer
uyarlanacak: https://cloud.google.com/bigquery/
Yazılım aws ubuntu için ayarlı normal ubuntu için kurulum;
hata alırsanız MakeFile dosyasını şu şekilde editleyin (nano kullanabilirsiniz);
uyarlanacak: https://cloud.google.com/bigquery/
Yazılım aws ubuntu için ayarlı normal ubuntu için kurulum;
Kod:
#apt-get install git
#git clone https://github.com/ryancdotorg/brainflayer.git
#apt-get install openssl
#apt-get install libgmp3-dev
#apt-get install libimobiledevice-dev libplist-dev libusbmuxd-dev libssl-dev zlib1g-dev
#apt-get install dh-autoreconf
#cd brainflayer/
#make
hata alırsanız MakeFile dosyasını şu şekilde editleyin (nano kullanabilirsiniz);
Kod:
değitir :
LIBS = -lssl -lrt -lcrypto -lz -lgmp
(-lpthread ekle) :
LIBS = -lssl -lrt -lcrypto -lz -lgmp -lpthread
ve
"-static"lerin hepsini sil örnek :
$(COMPILE) -static $^ $(LIBS) -o $@
("-static" silindi)
$(COMPILE) $^ $(LIBS) -o $@
