Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I set this up? #7

Open
iCraftSn0w opened this issue Oct 31, 2015 · 2 comments
Open

How do I set this up? #7

iCraftSn0w opened this issue Oct 31, 2015 · 2 comments

Comments

@iCraftSn0w
Copy link

Ok so i've tried setting this up and running it on a VM on my computer by following the steps mentioned in one of the other threads but I can't get it to compile I always get a compile error such as:

make[1]: *** [Debug] Error 2
make: *** [Debug] Error 2

and it never works, So i'm wondering whether it is possible for someone to give an actual explanation on how to set this up and whether i need a certain version of linux to run this, and whether it is possible to run this via Xcode on my Mac because it's built on Open Frameworks?

@QuickRecon
Copy link

Copy paste from the readme of a different fork: https://github.com/honorabrutroll/dex-ui

Building

  • install openFrameworks:
$ git clone https://github.com/openframeworks/openFrameworks.git # this could take a while
$ cd openFrameworks
$ git checkout 0.8.4

install the dependencies of openFramework using the script (for Arch Linux, Debian, Fedora and Ubuntu users)

$ cd scripts/linux/<your distribution>/
$ sudo ./install_dependencies.sh

users of other distributions need to install the dependencies themselves.

now do the build:

$ cd ..
$ ./compileOF.sh
  • build DEX UI
$ cd ~ # or somewhere else
$ git clone https://github.com/jayay/dex-ui.git
$ cd dex-ui
$ OF_ROOT=~/openFrameworks make -j2 # you should pass the path to openFrameworks here

That's it! You can run it typing make run or cd bin && ./dex-ui

If you are still having issues, post the entire make log, not just the error code.

Edit: These instructions are for linux btw

@pubkey
Copy link

pubkey commented Sep 8, 2016

Use depth=1 so you dont have to download the whole history.

git clone --depth=1 https://github.com/openframeworks/openFrameworks.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants