Skip to content

Commit

Permalink
Remove libcurl and libexpat dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Apr 3, 2024
1 parent 230eb92 commit a3ceff9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 4 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@

## System Requirements and Dependencies

The distributed binaries require the readline or libedit, curl, expat,
and zlib libraries to be installed.
The distributed binaries require the readline or libedit, and zlib
libraries to be installed.

On Debian and its derivatives (Ubuntu, Mint, Devuan, Raspbian etc.):

$ sudo apt install gcc make bison flex zlib1g-dev
$ sudo apt install libcurl4-openssl-dev libexpat-dev libreadline-dev
$ sudo apt install gcc make bison flex zlib1g-dev libreadline-dev

On Fedora and its derivatives (Redhat, Scientific Linux etc.)

$ sudo dnf install gcc make perl flex bison zlib-devel
$ sudo dnf install libcurl-devel expat-devel readline-devel
$ sudo dnf install gcc make perl flex bison zlib-devel readline-devel

On macOS, you need to have the XCode tools installed. If you
haven't, you can install them with:
Expand Down
2 changes: 0 additions & 2 deletions unix/boot/spp/xc.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ char *iraflibs[] = { "libex.a",

char *fortlib[] = { "-lf2c",
"-lm",
"-lcurl",
"-lexpat",
#if (defined (__linux__) || defined (__gnu_hurd__))
"-lpthread",
#endif
Expand Down

0 comments on commit a3ceff9

Please sign in to comment.