Giter VIP home page Giter VIP logo

picogkinstaller's Introduction

PicoGK Runtime Installer

This is the source code for the creation of the PicoGK Runtime installers.

It is hosted at https://github.com/leap71/PicoGKInstaller.

You don't need to clone this repo, unless you want to build installers yourself, which you probably will never do, unless you want to deploy your own self-compiled versions of PicoGK. If you build installers yourself, you must clearly indicate the fact that they are not official PicoGK installers.

Please see the main PicoGK project for more information about PicoGK.

If you are looking to install PicoGK, head over to the latest releases and download the latest setup packages.

Building the installers

The Windows installer uses InnoSetup, which can be downloaded at https://jrsoftware.org/isdl.php#stable

The Mac installer uses the create-dmg tool. It is included as a submodule.

Make sure to run

git submodule update --init --recursive --remote

before building an installer. This will initialize and update all submodules to the latest versions (including PicoGK and other submodules included in the example folder), and also clone create-dmg.

When running CreateInstaller.sh on the Mac. Make sure to enable viewing of hidden files in the Finder [SHIFT] [COMMAND] [.]. If hidden files are not visible, the Apple Script in create-dmg tool that customizes the disk image fails.

picogkinstaller's People

Contributors

linkayser avatar

Stargazers

Michael Bölling avatar

Watchers

 avatar

Forkers

corrievs

picogkinstaller's Issues

[Failed to load PicoGK Library] Mac installer places picogk.1.6*.dylib in /usr/local/lib where it cannot be found

Greetings!

The Mac installer appears to place picogk.1.6*.dylib in /usr/local/lib, causing users attempting to run the example project to encounter a Failed to load PicoGK Library error. A quick fix involves creating symlinks to the correct location. In my case, this was achieved by:

sudo ln -s /usr/local/lib/picogk.1.6* /usr/local/share/dotnet/shared/Microsoft.NETCore.App/8.0.6/

Additionally, I strongly advise informing Mac users to install C++ boost before running any examples, which can be done using:

brew install boost

Best regards,

Victor

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.