https://github.com/steleman/sleef
fork of SLEEF https://sleef.org/
https://github.com/steleman/sleef
Last synced: 10 months ago
JSON representation
fork of SLEEF https://sleef.org/
- Host: GitHub
- URL: https://github.com/steleman/sleef
- Owner: steleman
- Created: 2020-03-29T17:30:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T17:41:00.000Z (over 6 years ago)
- Last Synced: 2025-03-03T10:45:22.128Z (over 1 year ago)
- Language: C
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SLEEF
fork of SLEEF https://sleef.org/
This is my fork of SLEEF. It contains some improvements to the build system that make it easier to build.
See the file Makefile.build-sleef in the toplevel of each SLEEF source directory. You can use this Makefile to build SLEEF.
How to use:
- Copy this Makefile to the directory above the SLEEF source code directory.
- gmake -f Makefile.build-sleef configure > configure.out 2>&1
- gmake -f Makefile.build-sleef build > build.out 2>&1
The Makefile is configured to use a default installation of GCC as it can be found on any Linux distro. It should work out of the box on X86_64 and AArch64.