Compiling code lacking configuration script in Readme

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am trying to install a handy program which takes xyz files and turns them into POVRAY input scripts: github
I have cloned the repository locally, however the first instruction
"run ./configure" does not exist in any directory.
Is there any way to analyze the src code or makefiles in order to compile this one my own machine?
Maybe I am missing something?
make github
add a comment |Â
up vote
0
down vote
favorite
I am trying to install a handy program which takes xyz files and turns them into POVRAY input scripts: github
I have cloned the repository locally, however the first instruction
"run ./configure" does not exist in any directory.
Is there any way to analyze the src code or makefiles in order to compile this one my own machine?
Maybe I am missing something?
make github
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to install a handy program which takes xyz files and turns them into POVRAY input scripts: github
I have cloned the repository locally, however the first instruction
"run ./configure" does not exist in any directory.
Is there any way to analyze the src code or makefiles in order to compile this one my own machine?
Maybe I am missing something?
make github
I am trying to install a handy program which takes xyz files and turns them into POVRAY input scripts: github
I have cloned the repository locally, however the first instruction
"run ./configure" does not exist in any directory.
Is there any way to analyze the src code or makefiles in order to compile this one my own machine?
Maybe I am missing something?
make github
edited May 30 at 12:41
Yurij Goncharuk
2,2582521
2,2582521
asked May 30 at 12:33
mwi2004
1
1
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
There appears to be a configure script template in the ac-tools subdirectory:
$ ls ac-tools/
aclocal.m4 config.guess config.sub configure.in install-sh Make.conf.in shtool
You can create the configure script from the template using autoconf
autoconf -o configure ac-tools/configure.in
chmod +x configure
./configure
1
... or using the suppliedMakefile:make configure.
â Stephen Kitt
May 30 at 12:48
@StephenKitt Doh! didn't even think to check there - yes that's a simpler option.
â steeldriver
May 30 at 12:50
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
There appears to be a configure script template in the ac-tools subdirectory:
$ ls ac-tools/
aclocal.m4 config.guess config.sub configure.in install-sh Make.conf.in shtool
You can create the configure script from the template using autoconf
autoconf -o configure ac-tools/configure.in
chmod +x configure
./configure
1
... or using the suppliedMakefile:make configure.
â Stephen Kitt
May 30 at 12:48
@StephenKitt Doh! didn't even think to check there - yes that's a simpler option.
â steeldriver
May 30 at 12:50
add a comment |Â
up vote
2
down vote
There appears to be a configure script template in the ac-tools subdirectory:
$ ls ac-tools/
aclocal.m4 config.guess config.sub configure.in install-sh Make.conf.in shtool
You can create the configure script from the template using autoconf
autoconf -o configure ac-tools/configure.in
chmod +x configure
./configure
1
... or using the suppliedMakefile:make configure.
â Stephen Kitt
May 30 at 12:48
@StephenKitt Doh! didn't even think to check there - yes that's a simpler option.
â steeldriver
May 30 at 12:50
add a comment |Â
up vote
2
down vote
up vote
2
down vote
There appears to be a configure script template in the ac-tools subdirectory:
$ ls ac-tools/
aclocal.m4 config.guess config.sub configure.in install-sh Make.conf.in shtool
You can create the configure script from the template using autoconf
autoconf -o configure ac-tools/configure.in
chmod +x configure
./configure
There appears to be a configure script template in the ac-tools subdirectory:
$ ls ac-tools/
aclocal.m4 config.guess config.sub configure.in install-sh Make.conf.in shtool
You can create the configure script from the template using autoconf
autoconf -o configure ac-tools/configure.in
chmod +x configure
./configure
answered May 30 at 12:47
steeldriver
31.2k34978
31.2k34978
1
... or using the suppliedMakefile:make configure.
â Stephen Kitt
May 30 at 12:48
@StephenKitt Doh! didn't even think to check there - yes that's a simpler option.
â steeldriver
May 30 at 12:50
add a comment |Â
1
... or using the suppliedMakefile:make configure.
â Stephen Kitt
May 30 at 12:48
@StephenKitt Doh! didn't even think to check there - yes that's a simpler option.
â steeldriver
May 30 at 12:50
1
1
... or using the supplied
Makefile: make configure.â Stephen Kitt
May 30 at 12:48
... or using the supplied
Makefile: make configure.â Stephen Kitt
May 30 at 12:48
@StephenKitt Doh! didn't even think to check there - yes that's a simpler option.
â steeldriver
May 30 at 12:50
@StephenKitt Doh! didn't even think to check there - yes that's a simpler option.
â steeldriver
May 30 at 12:50
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f446898%2fcompiling-code-lacking-configuration-script-in-readme%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password