@@ -8,9 +8,6 @@ A programming environment for cyberphysical programming.
8
8
9
9
## Getting started
10
10
11
- To get started, you can either download a binary release or build Extempore from
12
- source yourself.
13
-
14
11
### The easy way
15
12
16
13
Download [ VSCode] ( https://code.visualstudio.com/ ) , install the Extempore
@@ -20,7 +17,7 @@ For more details, head to the [Quickstart
20
17
page] ( https://extemporelang.github.io/docs/overview/quickstart/ ) in Extempore's
21
18
online docs.
22
19
23
- ### The slightly harder way
20
+ ### The slightly harder way (for those who don't want to use VSCode)
24
21
25
22
Download the latest [ binary
26
23
release] ( https://github.com/digego/extempore/releases ) for your platform, unzip
@@ -52,6 +49,14 @@ version):
52
49
53
50
#### Other build-from-source notes
54
51
52
+ - the Extempore build is [ automatically
53
+ tested] ( https://github.com/digego/extempore/actions?query=workflow%3A%22Build+%26+run+tests%22 )
54
+ on Ubuntu (LTS versions back to 16.04), macOS (latest only) and Windows
55
+ (Server 2016 & 2019), so if you're on one of those platforms (or similar)
56
+ these steps should just work---if you're on a different distro/version then
57
+ things will still proabaly work, but you might have to modify some of the
58
+ steps
59
+
55
60
- if you want to download the Extempore binary assets as well (required for some
56
61
of the examples, but a ~ 300MB downloaded) then add the ` -DASSETS=ON ` CMake
57
62
option to the above build commands
0 commit comments