Search found 3 matches
- 26 May 2014, 11:14
- Forum: File recovery
- Topic: Building Photorec source code for Windows
- Replies: 4
- Views: 3572
Re: Building Photorec source code for Windows
Damn, I've missed that http://www.cgsecurity.org/wiki/Developers page and tried to compile the source code from the download page: http://www.cgsecurity.org/testdisk-6.14.tar.bz2
- 21 May 2014, 14:34
- Forum: File recovery
- Topic: Building Photorec source code for Windows
- Replies: 4
- Views: 3572
Re: Building Photorec source code for Windows
I've tried building for linux, and it looked like a quest too :) At first you need to install ncurses and libuuid, otherwise configure will fail.
The configure line that worked for me is:
./configure CC="gcc" CXX="g++ -std=c++0x" CPP="gcc -E" CXXCPP="g++ -E -std=c++0x"
After that I had to patch ...
The configure line that worked for me is:
./configure CC="gcc" CXX="g++ -std=c++0x" CPP="gcc -E" CXXCPP="g++ -E -std=c++0x"
After that I had to patch ...
- 21 May 2014, 09:55
- Forum: File recovery
- Topic: Building Photorec source code for Windows
- Replies: 4
- Views: 3572
Building Photorec source code for Windows
Can it be build under cygwin? What external libraries are required? Which options should be used for ./configure?