digitalmars.D.ldc - libedit dependency
- Joseph Rushton Wakeling (6/6) Sep 02 2016 Hi all,
- David Nadlinger via digitalmars-d-ldc (6/9) Sep 02 2016 Hi Joe,
Hi all, The "Building LDC from source" instructions include libedit-dev as a requirement. Is this linked into the compiler, or the libraries? I assume the compiler? Thanks & best wishes, -- Joe
Sep 02 2016
Hi Joe, On 3 Sep 2016, at 0:06, Joseph Rushton Wakeling via digitalmars-d-ldc wrote:The "Building LDC from source" instructions include libedit-dev as a requirement. Is this linked into the compiler, or the libraries? I assume the compiler?The LLVM libraries depend on libedit for some of the functionality. LDC does not directly provide or use any REPL-style interface. — David
Sep 02 2016