Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve compilation documentation #49

Closed
GoogleCodeExporter opened this issue Dec 7, 2015 · 5 comments
Closed

Improve compilation documentation #49

GoogleCodeExporter opened this issue Dec 7, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

I just compiled Skipfish in Windows with Cygwin and I had to install the
following packages:

- libidn
- libidn-devel
- openssl-devel

In the docs, it's only told "libidn" but is should include the other packages.

Regards.

Original issue reported on code.google.com by rcsilv...@gmail.com on 1 Apr 2010 at 12:16

@GoogleCodeExporter
Copy link
Author

http://code.google.com/p/skipfish/wiki/KnownIssues

Original comment by lcam...@gmail.com on 1 Apr 2010 at 4:10

  • Changed state: WontFix

@GoogleCodeExporter
Copy link
Author

I think it would be much better to include this in the README.

Original comment by rcsilv...@gmail.com on 1 Apr 2010 at 4:13

@GoogleCodeExporter
Copy link
Author

It's pretty rudimentary. If you have a difficulty with this, you will have 
difficulty 
building any other software from source.

Including detailed instructions listing every single standard dependency / 
package 
name variation on every OS in the README would add clutter, and probably not 
help that 
many users.

Original comment by lcam...@gmail.com on 1 Apr 2010 at 4:33

@GoogleCodeExporter
Copy link
Author

I didn't say "listing every single standard dependency / package 
name variation on every OS in the README"... I just said to include 
libidn-devel and
openssl-devel to the readme, like it is *already* done with libidn.

But it's ok. Congrats for this useful tool.

Regards.

Original comment by rcsilv...@gmail.com on 9 Apr 2010 at 12:53

@GoogleCodeExporter
Copy link
Author

rcsilv - could you please help me out a little? I'm also trying to compile this 
for windows using cygwin. I found a few non-working instructions online for 
that particular path. My knowledge of this process is none (I wish the author 
would release binaries also). I'm stuck at this error:


$ make
cc -L/usr/local/lib/ -L/opt/local/lib skipfish.c -o skipfish -O3 -Wno-format 
-Wall -funsigned-char -g -ggdb -I/usr/local/include/  -I/opt/local/include/  
-DVERSION=\"2.04b\" \
      http_client.c database.c crawler.c analysis.c report.c -lcrypto -lssl -lidn -lz
make: cc: Command not found
Makefile:40: recipe for target `skipfish' failed
make: *** [skipfish] Error 127


Thank you!

Original comment by hlubo...@gmail.com on 3 Mar 2012 at 11:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant