Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hello , how to use in win10? #7

Open
zzzengzhe opened this issue Apr 11, 2024 · 1 comment
Open

hello , how to use in win10? #7

zzzengzhe opened this issue Apr 11, 2024 · 1 comment
Assignees

Comments

@zzzengzhe
Copy link

No description provided.

@craigsapp craigsapp self-assigned this Apr 11, 2024
@craigsapp
Copy link
Member

The best way to use in MS Windows 10 is to install WSL:

https://learn.microsoft.com/en-us/windows/wsl/install

Here is the command in Power Shell needed to set up WSL:

wsl --install

Then install a version of linux, such as Ubuntu, which is the default for WSL:
https://apps.microsoft.com/detail/9pdxgncfsczv?rtc=1&hl=en-us&gl=US

Once you have Ubuntu installed, run this command in the Ubuntu terminal to install the make command needed to download the files:

sudo apt-get install build-essential

Then to download the commands in Ubuntu should be:

git clone https://github.com/humdrum-tools/humdrum-data
cd humdrum-data
make

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants