mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 14:15:57 -06:00
[GH-ISSUE #199] How to compile the qmlnet #129
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nguyenvuduc on GitHub (May 10, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/199
I would like to add some more features into qmlnet. However, I couldn't compile the project.
I have clone the qmlnet and have also cloned
pauldotknopf/dotnet-buildaryto Buildary directory.However, when I run the build.sh, I got this error
C:\Program Files\dotnet\sdk\3.1.101\NuGet.targets(123,5): error : Value cannot be null. (Parameter 'folderName')My environments:
Thank you
@shartte commented on GitHub (May 29, 2020):
@nguyenvuduc How did you clone dotnet-buildary?
The correct approach is to use
git submodule initandgit submodule updateas far as I know.I had the same error message you have had when I did not do this right.