You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sites/cheerp/src/content/docs/10-getting-started/01-installation.md
+38-6Lines changed: 38 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,52 @@ The first step to using Cheerp is to install the Cheerp toolchain.
8
8
> [!info] Command Line Notation
9
9
> Throughout this documentation, we’ll show some commands used in the terminal. Lines that you should enter in a terminal all start with `$`. You don’t need to type the `$` character; it’s the command line prompt shown to indicate the start of each command. Lines that don’t start with `$` typically show the output of the previous command.
> [!warning] being ahead of our supported LTS builds
32
+
> if you encounter a "the repo does not have a Release file" error
33
+
> your Ubuntu release is most likely newer than our latest build. In this case you will need to manually edit the .sources file following the steps below.
34
+
35
+
1. open the .sources file for the PPA release, which is located at:
With `<codename>` being replaced by the codename of your release
42
+
43
+
(You can find your current codename using `lsb_release -cs`)
44
+
45
+
2. Check which releases we have a build for [here](https://ppa.launchpadcontent.net/leaningtech-dev/cheerp-nightly-ppa/ubuntu/dists/) and change the `Suites:` line to specify our latest LTS release instead of your codename.
46
+
47
+
(Even if our latest build is an LTS release behind there should be no issues, since cheerp uses minimal dependencies)
48
+
49
+
3.```sh
50
+
$ sudo apt-get update
51
+
$ sudo apt-get install cheerp-core
52
+
```
53
+
54
+
<br>
55
+
<br>
56
+
25
57
#### Arch
26
58
27
59
Use our [AUR package](https://aur.archlinux.org/packages/cheerp-git):
@@ -39,15 +71,15 @@ $ yay -S cheerp-git
39
71
40
72
Users on other Linux distributions must [build Cheerp from source](/docs/building-from-source/linux).
41
73
42
-
###Installing Cheerp on Windows
74
+
## Installing Cheerp on Windows
43
75
44
76
Download the latest graphical installer from [GitHub](https://github.com/leaningtech/cheerp-meta/releases) and follow the installation wizard. The default installation path is currently the only supported one.
45
77
46
78
You can also [build Cheerp from source](/docs/building-from-source/windows) if you prefer.
47
79
48
80
If you are using WSL, follow the [instructions for Linux](#installing-cheerp-on-linux).
49
81
50
-
###Installing Cheerp on macOS
82
+
## Installing Cheerp on macOS
51
83
52
84
<!-- TODO: brew -->
53
85
@@ -59,7 +91,7 @@ The binary is not signed so you may need to run the following to stop Gatekeeper
0 commit comments