[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Running a special Ncurses in parallel with the normal one?
From: |
Leon Winter |
Subject: |
Re: Running a special Ncurses in parallel with the normal one? |
Date: |
Mon, 1 Feb 2016 07:35:43 +0100 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
Hi,
> So how do I go about compiling special Ncurses libraries I can use for
> just this one app, in a way that all the other programs on my computer
> will use the Ncurses provided by my package manager?
either statically compile the ncurses library into your application or set
LD_LIBRARY_PATH environment variable to the directory of your custom ncurses
binaries. Only applications running in this environment will use your custom
ncurses library, the remaining applications will use your "normal" one.
Regards,
Leon
- Re: Running a special Ncurses in parallel with the normal one?,
Leon Winter <=