non-expert install instructions #187
-
Hello, Because I am using an older distro, only I downloaded release $ ./install-sh
./install-sh: no input file specified. I tried the readme instructions in case they were meant to be applied, but I do not think that's correct. $ ./autogen.sh
zsh: no such file or directory: ./autogen.sh and I tried skipping to the second step in case for some reason that would help $ make install
make: *** No rule to make target 'install'. Stop. So I cloned the repo and attempted to follow the compile instructions from there. I solved one dependency in issue while
I searched in $ ./configure --without-libbsd
configure: error: BSD functions not found and --without-libbsd was used
make: *** No targets specified and no makefile found. Stop. This I can't interpret, but anyway I have no particular desire to compile anything if there is a simpler method available. If the release has an installer maybe it would be helpful to include specific instructions on how to access it. Thank you for taking such good care of old projects. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi,
See Building instructions, it says nothing about you having to run that script.
You must run the script in the same directory it is in.
The installation of the development libraries depends a lot on what distribution you are using. If you still have problems send us the |
Beta Was this translation helpful? Give feedback.
-
I think the issue here is that compilation instructions for release tarballs are missing. |
Beta Was this translation helpful? Give feedback.
-
I noticed that bootstrapped tarball (generated from I think it is a bit hard for a newbie to follow BUILDING instructions without find autogen.sh. For advanced users and other developers, I think that CONTRIBUTING.md and TODO.md are very important. I would like to add the last two files to dist_doc_DATA and autogen.sh to EXTRA_DIST, all in Makefile.am, and release the version 1.8.1 (with a new bootstrapped tarball). What you think about this @daltomi? |
Beta Was this translation helpful? Give feedback.
-
I need a revision and an approval for the PR #210. I added a "TIP" because there are some tarballs to download and a newbie will not able to discern between them. |
Beta Was this translation helpful? Give feedback.
Hello everyone.
@eribertomota I agree, those files can go in the tarball.
I also agree with @guijan. We should indicate that to compile this project from a tarball the normal user can use the
./configure
scriptThe
autogen.sh
script is for developers who want to modify scrot, as are the dependencies:autoconf
,autoconf-archive
andautomake
.Possible new description, I took it from the MOC project i'm lazy now :P