aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-14 18:50:34 +0200
committerLoïc Hoguin <[email protected]>2015-09-14 18:50:34 +0200
commit85e787e36d676c9b11768fa1e9e6263459e49fe2 (patch)
treeb7703b61ad78fac9f26b491cb42accbf56ec69b7
parent7e067283c9bad3fc8cd7e09efd066a9ecf435aaf (diff)
downloaderlang.mk-85e787e36d676c9b11768fa1e9e6263459e49fe2.tar.gz
erlang.mk-85e787e36d676c9b11768fa1e9e6263459e49fe2.tar.bz2
erlang.mk-85e787e36d676c9b11768fa1e9e6263459e49fe2.zip
Update documentation re Windows
-rw-r--r--doc/src/guide/installation.asciidoc17
1 files changed, 3 insertions, 14 deletions
diff --git a/doc/src/guide/installation.asciidoc b/doc/src/guide/installation.asciidoc
index 1361458..94232b8 100644
--- a/doc/src/guide/installation.asciidoc
+++ b/doc/src/guide/installation.asciidoc
@@ -107,17 +107,6 @@ inside the MSYS2 environment from a batch file.
While most of the basic functionality will just work, there are
still some issues. Erlang.mk needs to be fixed to pass the
right paths when running Erlang scripts. We are working on it.
-
-Running a release also currently does not seem to work except
-when using a workaround. If you start the release manually,
-by calling `erl` with the right options, the release will boot
-as intended:
-
-[source,bash]
-$ erts-6.4/bin/erl.exe -boot releases/1/hello_release ...
-
-It will work from both the MSYS2 environment and a normal
-Command window.
-
-Make sure to not include the `.boot` extension from the boot
-filename, as it is automatically appended.
+Erlang.mk is fully tested on both Linux and Windows, but is
+lacking tests in the areas not yet covered by this guide,
+so expect bugs to be fixed as more tests are added.