From: Vladimír Chlup Date: Thu, 23 Oct 2025 20:44:46 +0000 (+0200) Subject: README: update build instructions X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=11e45f6cfe105fb3bacc5c38face79f2aa619984;p=project%2Fomcproxy.git README: update build instructions After recent changes (8957f6c2557b and 49df5f5b8704) related to the building process the README became outdated. Signed-off-by: Vladimír Chlup Link: https://github.com/openwrt/omcproxy/pull/16 Signed-off-by: Álvaro Fernández Rojas --- diff --git a/README.md b/README.md index 045d4f2..c27742b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,11 @@ It is partly based on code of https://github.com/Oryon/pimbd ## Compiling -omcproxy uses cmake: -- To prepare a Makefile use: "cmake ." -- To build / install use: "make" / "make install" afterwards. -- To build DEB or RPM packages use: "make package" afterwards. +The easiest way to compile omcproxy is by using `devel-build.sh` script within `sripts/` directory. Simply execute + +```bash +./scripts/devel-build.sh +``` + +Note that `cmake` is required. +