Giter Club home page Giter Club logo

gu-provider-ui-mac's Introduction

Golem Unlimited Provider UI for Mac

Build from Command Line

Install Dependencies

Install CocoaPods:

# sudo gem install cocoapods

To install dependencies, please run this in the main project directory:

# pod install (or # /usr/local/bin/pod install if the $PATH does not include pod)

Copy Server Binary

Before building the project, please replace empty "gu-provider-ui/gu-provider" file with the Golem Unlimited Provider server (macOS binary named "gu-provider"; it can be build from https://github.com/golemfactory/golem-unlimited).

Copy Wasm Driver

You can replace empty files in "gu-provider-ui/plugins/" with Wasm plugin files built from https://github.com/golemfactory/gu-exec-env-driver-wasm.

Build Project

# xcodebuild -workspace gu-provider-ui.xcworkspace -scheme gu-provider-ui archive -archivePath gu-provider-ui

The "Golem Unlimited Provider.app" directory will be located in "gu-provider-ui.xcarchive/Products/Applications/".

Create DMG

Create a link to the /Applications folder, so that the user can drag the app there:

# ln -s /Applications/ gu-provider-ui.xcarchive/Products/Applications/Applications

Create DMG:

# hdiutil create -volname "Golem Unlimited Provider" -srcfolder gu-provider-ui.xcarchive/Products/Applications/ -ov gu-provider.dmg

Open in Xcode

# open gu-provider-ui.xcworkspace (not xcodeproj)

gu-provider-ui-mac's People

Contributors

filipgolem avatar

Stargazers

Kevin Alexander Scott Jellis avatar

Watchers

Przemysław Rekucki avatar  avatar James Cloos avatar Viggith avatar Piotr Chromiec avatar  avatar  avatar

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.