forked from I2P_Developers/i2p.i2p
12 lines
214 B
Markdown
12 lines
214 B
Markdown
# The Objective-C++ part of the Mac OS X launcher
|
|
|
|
## Why?
|
|
|
|
Code signing, OS X integration.
|
|
|
|
## Howto build?
|
|
|
|
Preferred tool is [ninja](https://ninja-build.org/). A makefile is also available.
|
|
|
|
Build with: `ninja`
|