https://github.com/step-/makesymlinks
A bulk symbolic link creator acting as a Unix filter
https://github.com/step-/makesymlinks
linux symlinks
Last synced: 2 months ago
JSON representation
A bulk symbolic link creator acting as a Unix filter
- Host: GitHub
- URL: https://github.com/step-/makesymlinks
- Owner: step-
- License: gpl-2.0
- Created: 2025-05-18T12:20:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-18T14:24:03.000Z (about 1 year ago)
- Last Synced: 2025-06-22T13:41:07.736Z (about 1 year ago)
- Topics: linux, symlinks
- Language: C
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# makesymlinks
A bulk symbolic link creator acting as a Unix filter
## INSTALLING
This project builds using GNU Autotools.
1. **Release build**: install the binary and its documentation:
```sh
( mkdir -p build && cd build && ../configure CFLAGS= &&
make clean all install-strip install-man )
```
**Optional build-time dependencies**
_The source distribution archive includes pre-formatted manual pages.
If you need to regenerate them, you will need the following tools:_
* [GNU help2man] to build the man1 page.
[GNU help2man]:
## Building from the Git directory
When building from the Git directory, you must first generate the
configuration files for your build target by running `autoreconf -fiv`.