<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/cmake/FindReadline.cmake, branch v0.18.4.0</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.4.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-11-17T01:09:58Z</updated>
<entry>
<title>cmake: find readline on macOS ARM</title>
<updated>2021-11-17T01:09:58Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-11-17T01:06:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7bc261b5066c98b3572e917fb3fbe86f7d45dc63'/>
<id>urn:sha1:7bc261b5066c98b3572e917fb3fbe86f7d45dc63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: fix readline detection when the readline library is not found</title>
<updated>2018-10-26T11:47:15Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-26T11:46:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=dff0adfee5e658ae9442fd8b723b76e963a5cf45'/>
<id>urn:sha1:dff0adfee5e658ae9442fd8b723b76e963a5cf45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating the FindReadline CMake hint to search in homebrew's default directory</title>
<updated>2018-05-07T21:44:38Z</updated>
<author>
<name>Gene Peters</name>
<email>gene@telligent-data.com</email>
</author>
<published>2018-05-07T21:44:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a7ce392eeffe54d86fa54ee9ce15f53a614c5511'/>
<id>urn:sha1:a7ce392eeffe54d86fa54ee9ce15f53a614c5511</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keep readline optional</title>
<updated>2018-01-11T18:51:13Z</updated>
<author>
<name>Jethro Grassie</name>
<email>jtg@xtrabass.com</email>
</author>
<published>2018-01-11T05:50:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=be1826c0fbd9ce665d93c3300d4106ea9bcbeafb'/>
<id>urn:sha1:be1826c0fbd9ce665d93c3300d4106ea9bcbeafb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add checks for termcap if needed by readline</title>
<updated>2018-01-02T18:26:22Z</updated>
<author>
<name>Jethro Grassie</name>
<email>jtg@xtrabass.com</email>
</author>
<published>2017-12-20T21:01:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0e93b0986ce6fe356dc95720201e11c5371f1346'/>
<id>urn:sha1:0e93b0986ce6fe356dc95720201e11c5371f1346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed linking against libreadline on OpenBSD</title>
<updated>2017-11-28T18:03:07Z</updated>
<author>
<name>ston1th</name>
<email>ston1th@giftfish.de</email>
</author>
<published>2017-11-28T17:55:37Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=25f4ab81cee4ad505ffeba301e5e74b9bb8639d8'/>
<id>urn:sha1:25f4ab81cee4ad505ffeba301e5e74b9bb8639d8</id>
<content type='text'>
To fix the linking error described here https://github.com/monero-project/monero/pull/2841#issuecomment-346129030 we also need to link libcurses.
</content>
</entry>
<entry>
<title>cmake: fix building when readline is not found</title>
<updated>2017-11-19T09:27:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-19T09:27:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=36f0538a0a91e86807379f68b7fb638ad93d4395'/>
<id>urn:sha1:36f0538a0a91e86807379f68b7fb638ad93d4395</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add readline support to cli</title>
<updated>2017-06-18T14:08:37Z</updated>
<author>
<name>jethro</name>
<email>jtg@xtrabass.com</email>
</author>
<published>2017-05-29T22:39:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e1f3dfccc8a099eb08e0d9ef758b216d035afd78'/>
<id>urn:sha1:e1f3dfccc8a099eb08e0d9ef758b216d035afd78</id>
<content type='text'>
This PR adds readline support to the daemon and monero-wallet-cli. Only
GNU readline is supported (e.g. not libedit) and there are cmake checks
to ensure this.

There is a cmake variable, Readline_ROOT_DIR that can specify a
directory to find readline, otherwise some default paths are searched.

There is also a cmake option, USE_READLINE, that defaults to ON. If set
to ON, if readline is not found, the build continues but without
readline support.

One negative side effect of using readline is that the color prompt in
the wallet-cli now has no color and just uses terminal default. I know
how to fix this but it's quite a big change so will tackle another time.
</content>
</entry>
</feed>
