Skip to content

Releases: pinokiocomputer/pinokio

0.0.35

19 Jul 22:07

Choose a tag to compare

MIT License

0.0.34

19 Jul 20:19

Choose a tag to compare

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

19 Jul 16:00

Choose a tag to compare

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

19 Jul 03:22

Choose a tag to compare

MIT License

0.0.31

18 Jul 20:33

Choose a tag to compare

Brew => don't use the system global brew cache. Might be the cause of installation issues.

0.0.30

18 Jul 15:57

Choose a tag to compare

[Only for Mac] Trying to tackle the Mac brew + git instal problem

0.0.29

17 Jul 16:57

Choose a tag to compare

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

16 Jul 17:18

Choose a tag to compare

MIT License

0.0.26

15 Jul 19:45

Choose a tag to compare

Homebrew

Official support for homebrew, a popular package manager for mac and windows https://brew.sh/

0.0.25

15 Jul 10:58

Choose a tag to compare

MIT License