My system is a MacOS High Sierra Version 10.13.4. I already have what is in the Requirements section.
If I run build.sh I get
Feeds used:
/Users/anaalmeida/.nuget/packages/
https://www.myget.org/F/fuse/api/v3/index.json
All packages listed in /Users/anaalmeida/Projects/fuse/fuselibs/fuselibs-master/Stuff/packages.config are already installed.
ERROR: No input files
I also create a .unoconfig file on my project directory and add the path to the fuselibs I’ve cloned.
Try moving that .unoconfig file to your home directory (i.e. /Users/anaalmeida), then run uno config in Terminal and make sure the SourcePaths entry shows up there.
Then if it does, proceed with building again. Hope this helps!
I literally just had a similar issue; I previously installed the libs locally, and when trying to reinstall, couldn’t get the version I wanted working, then I went hunting for all the places with the packages and found that if I cleared the following folders, I was able to recompile from the local libs again!
//Go to Finder > Go > Library [Hold left shift]
[Your user home]/Library/Application Support/Fusetools/Packages
/usr/local/share/uno/Packages
After running uno build in my project, the packages in ..Library/Application Support/Fusetools/Packages were repopulated.
I’m busy tinkering with one of the source libs and just found uno doctor, its helping me debug, hopefully I’ll come right after cleaning all the bugs but maybe the above will help ya already.