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

How can I build from source on ubuntu? #116

Closed
karlroberts opened this issue Aug 29, 2018 · 1 comment
Closed

How can I build from source on ubuntu? #116

karlroberts opened this issue Aug 29, 2018 · 1 comment

Comments

@karlroberts
Copy link

Hi I want to try to use PullRequest #101 but it's not yet merged. But I'm afraid I have not been a c coder for a long time. please can you let me know or add a README how to build from source?

I have tried:-
sudo apt-get install libcurl4-openssl-dev
in order to get past the configure.ac:48: error: possibly undefined macro: AC_MSG_RESULT error when running autoconf, which worked, but then I get as far as the following and i'm then stuck

$ aclocal
$ autoconf
$ automake --add-missing
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
automake: error: no 'Makefile.am' found for any configure output

Please add the missing README :-)

@s-u
Copy link
Owner

s-u commented Aug 29, 2018

Please see the documentation on
http://rforge.net/Rserve

If you want to build from the checkout (as opposed the repo) you use
sh mkdist
to generate the package tar ball.

@s-u s-u closed this as completed Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants