Changes between Initial Version and Version 1 of Ticket #3145, comment 11


Ignore:
Timestamp:
01/16/14 00:43:40 (10 years ago)
Author:
egmont
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3145, comment 11

    initial v1  
    55On 64 bit machines there's no such issue, Slang remains ABI compatible with the unpatched version, and it's okay to compile MC against the system-wide Slang headers. 
    66 
    7 In either cases I recommend to install the library under some experimental location, and use LC_LIBRARY_PATH or other similar mechanism to make the patched MC use that version instead of the system wide. 
     7In either cases I recommend to install the library under some experimental location, and use LD_LIBRARY_PATH or other similar mechanism to make the patched MC use that version instead of the system wide. 
    88 
    99There's no terminfo support yet, so the Slang patch doesn't even try to verify if the terminal has support. It just uses hardcoded escape sequences. (Well, maybe it verifies that more than 8 colors are available, so set TERM=xterm-256color or similar.)