File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,17 @@ Below is a list of different ways to install BuckleScript:
4
4
5
5
### Windows Installation
6
6
7
- [NOTE]
8
- .WINDOWS prerequisite
9
- ============
10
- BuckleScript works natively on Windows, currently users have to install
11
- http://protz.github.io/ocaml-installer/[OCaml Cygwin] first,
12
- make sure that `ocamlopt` is in `PATH`.
13
7
[source,sh]
14
8
------------------------
15
9
npm install bs-platform
16
10
------------------------
17
- After installation, BuckleScript does not rely on Cygwin anymore.
18
- ============
19
11
20
-
21
- ### Minimal installation from NPM
12
+ ### *nix installation
22
13
23
14
.Prerequisites
24
15
* Standard C toolchain
25
16
* `npm` (should be installed with Node)
26
-
17
+ * https://github.com/ninja-build/ninja/releases[ninja] (version >= 1.7)
27
18
28
19
The standard `npm` package management tool can be used to install
29
20
BuckleScript. If you don't already have `npm` installed, follow the
@@ -38,7 +29,7 @@ npm install --save bs-platform
38
29
39
30
or install it globally
40
31
41
- [source,shh ]
32
+ [source,sh ]
42
33
------------
43
34
npm install -g bs-platform
44
35
------------
You can’t perform that action at this time.
0 commit comments