49 lines
1.9 KiB
Markdown
49 lines
1.9 KiB
Markdown
## Build from source
|
|
|
|
Hiddify Next relies on [core library](https://github.com/hiddify/hiddify-next-core) made with GO. if you're interested in building/contributing to that as well follow instructions there.
|
|
|
|
### requirements:
|
|
|
|
- Flutter v3.13+
|
|
- Make
|
|
- Android SDK
|
|
|
|
This project uses [flutter_distributor](https://github.com/leanflutter/flutter_distributor) for packaging.
|
|
|
|
```shell
|
|
# fetch dependencies and build generated files
|
|
$ make get translate gen
|
|
|
|
# fetch geo assets
|
|
$ make get-geo-assets
|
|
|
|
for platform in [windows linux macos android]:
|
|
# fetch native libraries for respective platforms, follow core lib instructions for building
|
|
$ make $platform-libs
|
|
$ make release-$platform
|
|
|
|
# example:
|
|
$ make windows-libs
|
|
$ make windows-release
|
|
```
|
|
|
|
## Collaboration and Contact Information
|
|
We need your collaboration in order to develop this project. If you are specialists in these areas, please do not hesitate to contact us.
|
|
|
|
* Flutter Developing
|
|
* Swift Developing
|
|
* Kotlin Developing
|
|
* Go Developing
|
|
<div align=center>
|
|
|
|
|
|
</br>
|
|
|
|
[](mailto:contribute@hiddify.com)
|
|
[](https://telegram.dog/hiddify)
|
|
[](https://telegram.dog/hiddify_board)
|
|
[](https://www.youtube.com/@hiddify)
|
|
[](https://twitter.com/intent/follow?screen_name=hiddify_com)
|
|
|
|
</div>
|