I made (compiled it). Thanks!
Now how do I start the client (webwallet? desktop wallet?)?
System: Ubuntu 14.04
Go to the programs/client/ directory and you should see a binary called bitshares_client or something similar. To make your life easier once you find it type sudo mv bitshares_client /usr/bin/. so it'll be in the path.
Then:
screen bitshares_client to run it. (sudo apt-get install screen if you don't have it)
Type cntrl-a cntrl-d to put the screen in the background (still running) and screen -r to "resume" your screen session.
Once you're at the Wallet prompt you'll need to create a wallet with wallet_create <name> and then create an account within it.
Once you're all setup type wallet_export to save it out to a .json. For safety I also quit the client and then went to ~/.BitSharesx/wallets and tar'd the named wallet directory and put it somewhere safe (different machine(s) ).