libcdio / libcdio-paranoia

CD paranoia on top of libcdio
GNU General Public License v3.0
48 stars 37 forks source link

./configure does not work #36

Closed mrturcot closed 2 years ago

mrturcot commented 2 years ago

Hello, I am using Gentoo and cannot compile from git source

 mrturcot  on GentooRig ~/stuff/github 
[ 02:49:18 AM ] ➜ git clone https://github.com/rocky/libcdio-paranoia
Cloning into 'libcdio-paranoia'...
remote: Enumerating objects: 1129, done.
remote: Counting objects: 100% (81/81), done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 1129 (delta 29), reused 69 (delta 26), pack-reused 1048
Receiving objects: 100% (1129/1129), 2.33 MiB | 4.73 MiB/s, done.
Resolving deltas: 100% (728/728), done.
 mrturcot  on GentooRig ~/stuff/github 
[ 02:49:21 AM ] ➜ cd libcdio-paranoia
 mrturcot  on GentooRig ~/stuff/github/libcdio-paranoia on   master via  
[ 02:49:41 AM ] ➜ 
 mrturcot  on GentooRig ~/stuff/github/libcdio-paranoia on   master via  
[ 02:49:46 AM ] ❯ ./configure    
zsh: no such file or directory: ./configure
 mrturcot  on GentooRig ~/stuff/github/libcdio-paranoia on   master via  
[ 02:53:20 AM ] ❯ l   
Permissions Size User     Date Modified Name
drwxr-xr-x     - mrturcot 10 Sep 02:49  .
drwxr-xr-x     - mrturcot 10 Sep 02:49  ..
drwxr-xr-x     - mrturcot 10 Sep 02:49  .circleci
drwxr-xr-x     - mrturcot 10 Sep 02:49  .git
drwxr-xr-x     - mrturcot 10 Sep 02:49  doc
drwxr-xr-x     - mrturcot 10 Sep 02:49  example
drwxr-xr-x     - mrturcot 10 Sep 02:49  include
drwxr-xr-x     - mrturcot 10 Sep 02:49  lib
drwxr-xr-x     - mrturcot 10 Sep 02:49  m4
drwxr-xr-x     - mrturcot 10 Sep 02:49  src
drwxr-xr-x     - mrturcot 10 Sep 02:49  test
.rw-r--r--   581 mrturcot 10 Sep 02:49  .gitignore
.rw-r--r--   352 mrturcot 10 Sep 02:49  .travis.yml
.rw-r--r--   239 mrturcot 10 Sep 02:49  AUTHORS
.rwxr-xr-x   348 mrturcot 10 Sep 02:49  autogen.sh
.rw-r--r--   16k mrturcot 10 Sep 02:49  configure.ac
.rw-r--r--   35k mrturcot 10 Sep 02:49  COPYING
.rw-r--r--   16k mrturcot 10 Sep 02:49  INSTALL.md
.rw-r--r--   270 mrturcot 10 Sep 02:49  libcdio_cdda.pc.in
.rw-r--r--   274 mrturcot 10 Sep 02:49  libcdio_paranoia.pc.in
.rwxr-xr-x   701 mrturcot 10 Sep 02:49  make-check-filter.rb
.rw-r--r--  1.5k mrturcot 10 Sep 02:49  Makefile.am
.rw-r--r--  1.8k mrturcot 10 Sep 02:49  NEWS.md
.rw-r--r--   847 mrturcot 10 Sep 02:49  README.md
.rw-r--r--   407 mrturcot 10 Sep 02:49  THANKS

Are these the right steps? https://github.com/rocky/libcdio-paranoia/blob/master/INSTALL.md

I see there is "./configure.ac" but im not supposed to use that right?

mrturcot commented 2 years ago

i had to run autogen.sh first

closed