Skip to content

Commit 649ae70

Browse files
The standalone macOS package is long gone
1 parent 18c6ffb commit 649ae70

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

SERVER_RELEASES.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -253,34 +253,6 @@ make package-windows PROJECT_VERSION=3.13.0-rc.3 PRODUCT_VERSION=3.13.0.0
253253
To build the Windows package using a Windows machine, follow the
254254
instructions 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
286258
If you want to build all packages in one command, you can use the

0 commit comments

Comments
 (0)