Skip to content

Commit

Permalink
removed configure script. Run bootstrap first. Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarrier committed Jun 2, 2014
1 parent 318ada1 commit 9530a54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18,799 deletions.
10 changes: 7 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,15 @@ int the future.

COMPILE INSTRUCTIONS ON SUPPORTED PLATFORMS:

Linux/Mac OS X: ./configure and then make
Linux/Mac OS X:
% ./bootstrap
% ./configure
% make

Windows: cd to src directory and then:
Windows (mingw):
cd src
mingw32-make -f Makefile.win

mingw32-make -f Makefile.win

and enjoy. If you want to install the binary and man page in a more
permanent place, just copy "scalpel" (or "scalpel.exe") and
Expand Down
Loading

0 comments on commit 9530a54

Please sign in to comment.