Author Topic: Need help compiling from source on Mac  (Read 1009 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc

Offline bytemaster

You have to set the CMAKE flag to build teh QT_WALLET..

  cmake -DINCLUDE_QT_WALLET=TRUE -DCMAKE_PREFIX_PATH=/usr/local/ssl  .

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline idealist

  • Jr. Member
  • **
  • Posts: 35
    • View Profile
I'm getting hung up on the last 2 steps...
When I run

Code: [Select]
make buildweb
I get

Code: [Select]
make: *** No rule to make target `buildweb'.  Stop.
Any help is appreciated!