<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">It wasn’t that hard. I didn’t expect it to be easy, and yes, compiling is still nerve-wracking to me, but it works. Here is the page I got my instructions from:<div class=""><a href="http://brltty.mielke.narkive.com/9QBwp00R/installing-brltty-on-the-mac" class="">http://brltty.mielke.narkive.com/9QBwp00R/installing-brltty-on-the-mac</a></div><div class="">Here are the notes I took:</div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">First, make sure you have Xcode installed, or the command line tools. Then, get Homebrew. Simply search Google for this, and it’ll most likely be the first result. Follow the easy instructions there.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Now, install git. First, run the Terminal app, found in the utilities folder of the applications folder in the Finder app. When there, type:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Brew install git</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Now, after you land back at your prompt, you can either download the source code from git, or you may download the tar.gz file from the downloads page on the BRLTTY site. The origin of these instructions uses the “live” git version. I’m not that adventurous… yet.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Git clone <a href="https://github.com/brltty/brltty" class=""><span style="-webkit-font-kerning: none;" class="">https://github.com/brltty/brltty</span></a></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Now you’ll have the BRLTTY code on your system. This code is in human-readable form, so it cannot quite be ran as a program yet.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Now, to run the auto-generator, we must have autoconf. Don’t ask me why, I just got an error about it and installed it from Homebrew, like this:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Brew install autoconf</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">So, if you get an error about something not found, similar to “autoconf: command not found,” you may attempt to install the command through Homebrew.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Now, run:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">./autogen</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">When that’s done, run:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">./cfg-darwin —prefix=/usr/local</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Now, when that succeeds:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">make</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Then:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Sudo make install</span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 12px;" class=""><span style="font-kerning: none" class=""></span><br class=""></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: "Helvetica Neue"; -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><span style="font-kerning: none" class="">Now, get screen:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: "Helvetica Neue"; color: rgb(34, 34, 34); -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(34, 34, 34);" class=""><span style="text-decoration: underline ; font-kerning: none" class=""><a href="http://ftp.gnu.org/gnu/screen/screen-4.2.1.tar.gz" class="">http://ftp.gnu.org/gnu/screen/screen-4.2.1.tar.gz<span style="font-stretch: normal; line-height: normal; -webkit-font-kerning: none; color: rgb(34, 34, 34);" class=""></span></a></span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: "Helvetica Neue"; color: rgb(34, 34, 34); -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(34, 34, 34);" class=""><span style="font-kerning: none" class="">Now, the screen program has to be patched to allow it to work with BRLTTY. Why Screen doesn’t just get the code and patch it in officially is beyond me. I guess there has to be a reason, so we just do:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: "Helvetica Neue"; color: rgb(34, 34, 34); -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(34, 34, 34);" class=""><span style="font-kerning: none" class="">sudo patch -p0 </usr/local/src/brltty/Patches/screen-4.2.1.patch</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: "Helvetica Neue"; color: rgb(34, 34, 34); -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(34, 34, 34);" class=""><span style="font-kerning: none" class="">Configure screen in /usr/local just like we did with BRLTTY.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: "Helvetica Neue"; color: rgb(34, 34, 34); -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(34, 34, 34);" class=""><span style="font-kerning: none" class="">Now, we have to run /usr/local/bin/screen. If your Braille display is supported by Voiceover, turn Voiceover off. Now, we can run:</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: "Helvetica Neue"; color: rgb(34, 34, 34); -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(34, 34, 34);" class=""><span style="font-kerning: none" class="">brltty</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: "Helvetica Neue"; color: rgb(34, 34, 34); -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(34, 34, 34);" class=""><span style="font-kerning: none" class="">And it should work. If not, mail the BRLTTY mailing list, and someone may be able to help you.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: "Helvetica Neue"; color: rgb(34, 34, 34); -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(34, 34, 34);" class=""><span style="font-kerning: none" class="">So, as the screen programmers say after configuring screen, “Good luck,” and may BRLTTY be of use to you, and may this guide help lessen the anxiety of building BRLTTY on macOS.</span></div><div style="margin: 0px; font-stretch: normal; font-size: 15px; line-height: normal; font-family: "Helvetica Neue"; color: rgb(34, 34, 34); -webkit-text-stroke-width: initial; -webkit-text-stroke-color: rgb(34, 34, 34);" class=""><span style="font-kerning: none" class="">Your servant of Jesus Christ for the betterment of the community,</span></div><div class="">
<div dir="auto" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Devin Prater<br class="">Assistive Technology Instructor<br class=""></div></div><span><img apple-inline="yes" id="12067F4C-5C82-4A0E-B7B4-6DCFA310E152" src="cid:85EF1DC9-F590-4604-B0AA-F39B32173A22@home" class=""></span><br style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;" class="">, Microsoft Outlook, Excel, Word, and</span><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;" class=""> </span><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;" class="">Powerpoint instructor certified by World</span><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none;" class=""> Services for the Blind</span>
</div>

<br class=""></div></body></html>