Releases: pinokiocomputer/pinokio
0.0.35
MIT License
0.0.34
Ultimate fix (hopefully) for all the Mac setup issues
some modules (including git) require xcode command line tools, or otherwise they silently fail when installing. This release calls xcode-select --install to ask the user to install the command line tools in case they don't have it already installed.
If the command line tools are not installed, the first time install will fail, but once the user installs the xcode command line tools and try one more time, the installation should work.
0.0.33
Try increasing CMAKE_OBJECT_PATH_MAX to 1024 for windows => Some builds on windows are failing because of this error. Normally you have to manually set this, but make pinokio set it by default so all the packages "just work".
0.0.32
MIT License
0.0.31
Brew => don't use the system global brew cache. Might be the cause of installation issues.
0.0.30
[Only for Mac] Trying to tackle the Mac brew + git instal problem
0.0.29
git fix
Some users aren't able to get past the setup phase, and it might be related to the git installation, this update attempts to fix it.
0.0.28
MIT License
0.0.26
Homebrew
Official support for homebrew, a popular package manager for mac and windows https://brew.sh/
0.0.25
MIT License