1); Check "PATH"
| |
![[picture of My phote]](2.26.0-2b.png)
|
|
$ echo $PATH[Enter]
/home/?????/bin
<=== Check whether "bin" exists(And at the beginning of the top line).
However, when you install Linux, even though there is /home/?????,
there should not be /home/?????/bin
Create a bin.
?????@****:~$ mkdir bin[Enter]
---- Once you have done this, close (exit) WSL (Ubuntu) and then start WSL (Ubuntu) again. ----
Then,
WSL (ubuntu) will automatically recognize this bin, and the PATH value will be
/home/?????/bin:/user/local/...... as shown in the left image.
|
2); Move and DO!
"lilypond-2.26.0-linux-x86_64.tar.gz" to the Linux side(from, C:\Users\?????\Downloads\....).
==========================
| |
?????@****:~$ mv /mnt/c/Users/?????/Downloads/*.gz ./[Enter]
![[picture of My phote]](2.26.0-4b.png)
And then, DO!
?????@****:~$ tar xvfz lilypond-2.26.0-linux-x86_64.tar.gz[Enter]
![[picture of My phote]](2.26.0-5b.png)
|
(See below ........ "bin" is there and "lilypond-2.26.0" has been created.)
![[picture of My phote]](2.26.0-6b.png)
|
|
<=== Already created. "bin"
<=== created. "lilypond-2.26.0"
<=== File moved here.
|
Runtime configuration for lilypond-2.26.0
Contents of "lilypond-2.26.0".
?????@****:~$ ls -lX lilypond-2.26.0[Enter]
![[picture of My phote]](2.26.0-7b.png)
|
|
Contents of the "lilypond-2.26.0/bin".
?????@****:~$ ls -lX lilypond-2.26.0/bin[Enter]
![[picture of My phote]](2.26.0-8b.png)
|
There is nothing in bin (files).
![[picture of My phote]](2.26.0-9b.png)
you will create a symbolic link within this "bin" directory.
![[picture of My phote]](2.26.0-10b.png)
- )
?????@****:~/bin$ ln -s ../lilypond-2.26.0/bin/abc2ly ./[Enter]
- )
?????@****:~/bin$ ln -s ../lilypond-2.26.0/bin/convert-ly ./[Enter]
- )
?????@****:~/bin$ ln -s ../lilypond-2.26.0/bin/etf2ly ./[Enter]
- )
?????@****:~/bin$ ln -s ../lilypond-2.26.0/bin/lilymidi ./[Enter]
- )
?????@****:~/bin$ ln -s ../lilypond-2.26.0/bin/lilypond ./[Enter]
- )
?????@****:~/bin$ ln -s ../lilypond-2.26.0/bin/lilypond-book ./[Enter]
- )
?????@****:~/bin$ ln -s ../lilypond-2.26.0/bin/lilypond-invoke-editor ./[Enter]
- )
?????@****:~/bin$ ln -s ../lilypond-2.26.0/bin/midi2ly ./[Enter]
- )
?????@****:~/bin$ ln -s ../lilypond-2.26.0/bin/musicxml2ly ./[Enter]
Well, then ! Like this
![[picture of My phote]](2.26.0-11b.png)
?????@****:~$ cd ../[Enter]
This completes the "lilypond version 2.26.0" installation process.
![[picture of My phote]](2.26.0-12b.png)
|