README: update build instructions
authorVladimír Chlup <[email protected]>
Thu, 23 Oct 2025 20:44:46 +0000 (22:44 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Sat, 25 Oct 2025 15:53:40 +0000 (17:53 +0200)
After recent changes (8957f6c2557b and 49df5f5b8704) related to the building
process the README became outdated.

Signed-off-by: Vladimír Chlup <[email protected]>
Link: https://github.com/openwrt/omcproxy/pull/16
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
README.md

index 045d4f2298fed48e52da483424858a9be680272b..c27742b12dd7b2bba9726130630f3baeba51a557 100644 (file)
--- 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.
+