"how to install": "./build" doesn't exist #264

Closed
opened 2021-11-20 15:22:51 +00:00 by ungleich-gitea · 2 comments

Created by: tpo

The "how to install" document (http://www.nico.schottelius.org/software/cdist/install/) says:

To install cdist, execute the following commands:

git clone git://git.schottelius.org/cdist
cd cdist
export PATH=$PATH:$(pwd -P)/bin

If you want to build and use the manpages, run:

./build man
export MANPATH=$MANPATH:$(pwd -P)/doc/man

However, there is no such thing as a "./build" executable anywhere to be found. How to produce man pages?

Greets,
*t

*Created by: tpo* The "how to install" document (http://www.nico.schottelius.org/software/cdist/install/) says: _To install cdist, execute the following commands:_ ``` git clone git://git.schottelius.org/cdist cd cdist export PATH=$PATH:$(pwd -P)/bin ``` _If you want to build and use the manpages, run:_ ``` ./build man export MANPATH=$MANPATH:$(pwd -P)/doc/man ``` However, there is no such thing as a "./build" executable anywhere to be found. How to produce man pages? Greets, *t
Author
Owner

Created by: tpo

Also:

~/src/projects/cdist/cdist/bin$ ./build-helper man
Unknown target man - aborting
~/src/projects/cdist/cdist/bin$ cd ..
~/src/projects/cdist/cdist$ ./bin/build-helper man
Unknown target man - aborting

*Created by: tpo* Also: ~/src/projects/cdist/cdist/bin$ ./build-helper man Unknown target man - aborting ~/src/projects/cdist/cdist/bin$ cd .. ~/src/projects/cdist/cdist$ ./bin/build-helper man Unknown target man - aborting
Author
Owner

Created by: telmich

You are right, ./build moved to ./bin/build-helper due to the migration of a lot of stuff to the Makefile. For the moment, the documentation can be adjusted to read ./bin/build-helper - in the near future it will be moved to the Makefile as well.

*Created by: telmich* You are right, ./build moved to ./bin/build-helper due to the migration of a lot of stuff to the Makefile. For the moment, the documentation can be adjusted to read ./bin/build-helper - in the near future it will be moved to the Makefile as well.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#264
No description provided.