8
1
Fork
You've already forked pEp-build
0
This repository will contain one script to build the p≡p stack per supported operating system. At this point only the Unix family of operating systems is supported, along with cross-compilation to Android systems. The Unix family consists in GNU/Linux, FreeBSD and darwin. The Unix script works well and can generate executables in an installation tree, without requiring root access; we also use the same script to generate packages. This script is intended for both development builds and deployment builds. https://pep.software
  • Shell 99.7%
  • Makefile 0.3%
Find a file
2026年07月07日 14:27:31 +02:00
macOS add short README in the macos directory, whose name might be misleading: one should use unix/ even on darwin systems 2025年10月22日 11:59:04 +02:00
unix vksautomation, pEpenginebackup: re-enable, even if my PRs fixing the issues with Zig 0.16.0 are not merged yet 2026年07月07日 14:27:31 +02:00
.gitignore adding .DS_Store for macOS platform 2025年04月01日 14:52:42 +02:00
LICENSE LICENSE: undo funny personalisation in the licence text, almost certainly generated by Codeberg 2023年12月13日 17:39:26 +01:00
NEWS the p≡p stack can now be build on FreeBSD (no "port" yet). Rename gnu-linux/ to unix/ , and update documentation 2024年10月15日 16:25:52 +02:00
README.md documentation 2025年07月16日 14:40:12 +02:00

pEp-build

Building the entire p≡p stack from its sources, while not difficult, is a long process because of the multiple repositories involved.

The scripts from this repository are meant to automate the process.

This project currently supports the following operating systems:

  • GNU/Linux systems (common recent distributions), FreeBSD, darwin. Unix systems are also used to cross-compile for android systems. See the unix/ subdirectory and in particular unix/README.md .

Other systems are not supported by this automated build system at the time of writing; but p≡p does support other systems.

About p≡p

See https://pep-project.org for more information.