• Stars
    star
    159
  • Rank 235,916 (Top 5 %)
  • Language
    C
  • Created over 10 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Compile ios programs on linux (fork of http://code.google.com/p/ios-toolchain-based-on-clang-for-linux/ )

Deprecated

If you are interested in a mac/iOs toolchain for linux, please check out cctools-port, which is being actively developed and supported

This project is a fork of ios-toolchain-based-on-clang. All the credits go to the original authors! If you like this, support the original project/authors and tell them how awesome they are!

Build Status

What

Mac and iOs toolchain for linux. By providing a compiler, assembler, linker, debugger and some utilities, you will be able to cross compile applications to an iPhone and to a Mac directly from a Linux box.

What changed

This project was forked to serve as a mirror to the original project, and also to enjoy the benefits of git, easily allowing linux users to try on their distros and contribute. Also, the original project depended on some external links / tarballs to be available. To avoid the risk of the links becoming dead, all the files needed for this project are contained within this project. The changes from the original svn project will be merged back. The wrapper around clang was also changed so it can be a simple shell script.

What works

I've fully tested using clang on both iOs and Mac x86_64 targets (the haxe nightly builds are built using it, along with cross-ocaml) on Ubuntu 13.10. The basics of debugging with lldb on iOs was tested, and uploading the project to iOs (on a jailbroken device) was tested on both iOs 5.0 and 6.0 . Deploying to iOs 7.0 was still not tested. The rest is expected to work but still wasn't tested by me.

Does it really work?

Yes. :D

How

An effort is being made to make the project compilation as painless as possible. If you're on Ubuntu 13.10, you should be able to compile running the following commands:

git clone --recursive https://github.com/waneck/linux-ios-toolchain.git
cd linux-ios-toolchain
sudo apt-get install gcc g++ clang libclang-dev uuid-dev libssl-dev libpng12-dev libicu-dev bison flex libsqlite3-dev libtool llvm-dev libxml2-dev automake pkg-config
make
sudo make install

Users from other distributions are encouraged to share/submit an issue so we can get it to work with their setup.

How to hxcpp/haxe

SOON

More Repositories

1

croxit

WebView for mobile platforms on steroids
Haxe
137
star
2

mcli

mini cli : a simple library to easily create CLI applications
Haxe
85
star
3

systools

fork of neko-systools ( https://code.google.com/p/neko-systools ) for Haxe 3/Neko 2
C
48
star
4

HaxePlatformerGame

An Unreal.hx port of Unreal's `PlatformerGame` demo
C++
22
star
5

haxe-genc

Haxe
20
star
6

taurine-hx

Haxe standard API language extensions
Haxe
19
star
7

travis-hx

Helpers (and wikis) to easily test haxe code on travis
Shell
15
star
8

hxcross

cross-compilers support for hxcpp
14
star
9

geotools

Dependency-free Haxe geo tools
Haxe
11
star
10

hxffi

libffi bindings to cpp / neko
C
9
star
11

hxbuilds

simple haxe build server script
Haxe
8
star
12

hxkalman

Dependency-free implementation of Kalman Filter in Haxe
Haxe
8
star
13

openjail

A secure sandbox for linux
C
5
star
14

hx-javastd

Haxe/Java standard library
Haxe
5
star
15

hxneko

Hassle-free neko interpreter for Haxe
Haxe
5
star
16

croxit-camera

Provides camera access to croxit applications
Objective-C
5
star
17

structs

Cross-target structs implementation for Haxe
4
star
18

android_haxe

Set of tools to allow Haxe to be integrated with android studio projects
Haxe
4
star
19

codegen.ml

CSS
4
star
20

hxparser

Various programming languages parsers written in Haxe
2
star
21

net-lib-tests

Haxe feature -net-lib tests
Haxe
2
star
22

bloomfilter

A Haxe implementation of bloom filters
Haxe
2
star
23

indian

The gateway to the native world
Haxe
2
star
24

mweb

Haxe
2
star
25

cef-nme

test project
C
1
star
26

vimrc

Vim Script
1
star
27

rtop

remote top - simple lightweight server monitoring
Haxe
1
star
28

xunit

extended unit tests for Haxe
Haxe
1
star
29

ctrlp_haxelibs

CtrlP plugin to list all haxe libs in the current vaxe project
Vim Script
1
star
30

wwx-unity3d-haxe

WWX Presentation: Unity3D and Haxe
C#
1
star
31

hxclipper

Port of the Clipper library from C# to Haxe
Haxe
1
star
32

google-code-issues-importer

A google code issues importer... THAT WORKS
Haxe
1
star
33

croxit-geo

Location services plugin for Croxit library
Objective-C++
1
star