https://github.com/ooni/cross-build-tor
https://github.com/ooni/cross-build-tor
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ooni/cross-build-tor
- Owner: ooni
- Created: 2021-11-12T14:47:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T12:24:03.000Z (over 4 years ago)
- Last Synced: 2025-10-27T06:30:18.762Z (9 months ago)
- Language: Makefile
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`