Skip to content

Instantly share code, notes, and snippets.

@supermamon
Last active July 3, 2018 10:59
Show Gist options
  • Save supermamon/360f53099953c68b66bb to your computer and use it in GitHub Desktop.
Save supermamon/360f53099953c68b66bb to your computer and use it in GitHub Desktop.
A single script to setup github.com/theos/theos in Linux. Includes sdks and toolchain.
# Script is available at https://github.com/supermamon/install-theos
# Or if you trust me run
curl -LO https://git.io/install-theos && bash install-theos
@SamuelTulach
Copy link

Thanks!

@valuevn
Copy link

valuevn commented Feb 28, 2017

I got the problem.
root@ubuntu:~/test/hihi# make package

Making all for tweak hihi…
==> Preprocessing Tweak.xm…
==> Compiling Tweak.xm (armv7)…
bash: /root/theos/toolchain/linux/iphone/bin/armv7-apple-darwin11-clang++: No such file or directory
make[3]: *** [/root/test/hihi/.theos/obj/debug/armv7/Tweak.xm.b08e9a6a.o] Error 127
Could you help me
Thanks !

@qdk0901
Copy link

qdk0901 commented Mar 27, 2017

the same problem as valuevn

@tarekbahie
Copy link

did you guys find a solution for the following error yet ? bash: /root/theos/toolchain/linux/iphone/bin/armv7-apple-darwin11-clang++: No such file or directory
make[3]: *** [/root/test/hihi/.theos/obj/debug/armv7/Tweak.xm.b08e9a6a.o] Error 127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment