1

I am trying to install RCS on Mac os x 10.11 (El Capitan). I downloaded the tar file from Gnu, https://www.gnu.org/software/rcs/ but the configure failed. Can anyone help me ?

Yossi
  • 11
  • 3

1 Answers1

0

You can install RCS from MacPorts. First install MacPorts itself and then run the following shell command:

sudo port install rcs
raimue
  • 4,322
  • 1
  • 21
  • 31