An open API service indexing awesome lists of open source software.

https://github.com/ooni/cross-build-tor


https://github.com/ooni/cross-build-tor

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cross tor build

This repo includes tooling for making cross platform builds for tor.

The primary goal is that of generating a suitable orconfig.h for use inside of
go-libtor. The goal is not actually that of building a working tor executable
or library, though it should be possible to do that as well with minimal
changes to the repo.

## Usage

```
make clean
TARGET_PLATFORM=android32 make orconfig.h
```

The currently supported `TARGET_PLATFORM` values are:

* `android32`
* `android64`
* `ios32`
* `ios64`