Linux; LilyPond 2.24.4-linux-x86_64.tar.gz--- install to WSL(Linux=Ubuntu)
Windows OS download-file is Usually the file is stored here (C:\Users\?????\Downloads\........)
Do download lilypond-2.24.4-linux-x86_64.tar.gz
Downloaded file C:\Users\?????\Downloads\lilypond-2.24.4-linux-x86_64.tar.gz
===================================
Windows OS
Like this; ( yukio=????? )
!!
Please avoid moving this lilypond-2.24.4-linux-x86_64.tar.gz to the Ubnutu environment using explorer.exe
(though you can actually do that). !!
WSL(Linux=Ubuntu)
(The following explanation is based on my PC environment.)
Please interpret it based on your own screen display.(?????@****:)
1); Check "PATH"
$ 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.24.4-linux-x86_64.tar.gz" to the Linux side(from, C:\Users\?????\Downloads\....).
==========================
This completes the "lilypond version 2.24.4" installation process.
?????@****:~/bin$ cd[Enter] ?????@****:~$ lilypond --ver[Enter] GNU LilyPond 2.24.4 (running Guile 2.2) ................................................................. ................................................................. .................................................................
It will be displayed like this.
However, do not place any packages other than "LilyPond 2.24.4" in this ?????@****:~/bin.
The common sense way to install packages is $ sudo apt install package[Enter]
----[Ubuntu]----
add For this example installation, the ly-vim mode setting (.vimrc) is:
""" LilyPond seting
filetype off
set runtimepath+=/home/?????/lilypond-2.24.4/share/lilypond/2.24.4/vim/
filetype on
syntax on
TeX(LaTeX),LilyPond ....etc.
WSL-Linux;
Don't forget to run " $ sudo apt apdate[Enter] and $ sudo apt upgrade[Enter] "
regularly.