Ofunniku / dwarftherapist

Automatically exported from code.google.com/p/dwarftherapist
Other
0 stars 0 forks source link

Binary ends up in wrong place after compiling #392

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the source for Linux
2. Compile

What is the expected output? What do you see instead?
After Compiling the source the Binary sits in sourcedirectory/bin/release where 
it crashes as soon as i click "connect to df". If i move the binary to the 
sourcedirectory everything works fine.

What version of the product are you using? On what operating system?
Dwarffortress 0.612 on Linux (Debian)

Quick solution for those who need help on the issue:
After compiling finishes enter the following in your terminal:
cd bin/release
cp DwarfTherapist ../../

Original issue reported on code.google.com by hda...@googlemail.com on 4 Mar 2012 at 3:24

GoogleCodeExporter commented 9 years ago
Not going to make any changes to the build for this. Best bet is to either copy 
the etc structure to your build folder, or use the above approach. 

Original comment by ehler...@gmail.com on 5 Mar 2012 at 4:10