File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -253,34 +253,6 @@ make package-windows PROJECT_VERSION=3.13.0-rc.3 PRODUCT_VERSION=3.13.0.0
253253To build the Windows package using a Windows machine, follow the
254254instructions in [`PKG_WINDOWS.md`](PKG_WINDOWS.md).
255255
256- ### Standalone package
257-
258- This is the equivalent of the `generic-unix` package with Erlang
259- embbeded.
260-
261- To create it:
262- ```
263- make -C packaging/standalone SOURCE_DIST_FILE=... VERSION=...
264- ```
265-
266- There is no package revision, only the project version and no
267- restriction on it.
268-
269- Unlike other packages, the top-level `Makefile` and `packaging/Makefile`
270- provide targets to build the standalone package for specific platforms:
271- ```
272- make package-standalone-macosx
273- make package-standalone-linux-x86_64
274- make package-standalone-freebsd-x86_64
275- ```
276-
277- Cross-build isn't supported so using those targets on incompatible
278- platforms is a no-op.
279-
280- If you want to build a standalone package for your platform, you can use
281- `packaging/standalone/Makefile` as described at the beginning of this
282- section.
283-
284256### Building all packages in one go
285257
286258If you want to build all packages in one command, you can use the
You can’t perform that action at this time.
0 commit comments