{"id":3405,"date":"2017-05-21T00:00:43","date_gmt":"2017-05-20T15:00:43","guid":{"rendered":"http:\/\/www.catracing.org\/hendrb\/?p=3405"},"modified":"2018-04-08T21:39:32","modified_gmt":"2018-04-08T12:39:32","slug":"mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics","status":"publish","type":"post","link":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/","title":{"rendered":"Mac OS X &#8211; Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics"},"content":{"rendered":"<h1 style=\"text-align: center;\"><span style=\"color: #0000ff;\">MAC OS&nbsp;X<\/span><\/h1>\n<h2 style=\"text-align: center;\"><span style=\"color: #0000ff;\">Compiling CG Term To Connect To Commodore BBSs via Telnet using Commodore Color Graphics.<\/span><\/h2>\n<hr>\n<h4>&nbsp; UPDATE!! &#8211; I am keeping this blog for instructional purposes on compiling source code in Mac OSX. &nbsp;There is a pre-compiled version 1.9 in an app package available at the following link <a href=\"https:\/\/roxburysoftware.com\/Blog\/cgterm-for-os-x-10-9\/\">https:\/\/roxburysoftware.com\/Blog\/cgterm-for-os-x-10-9\/<\/a>&nbsp;that supersedes the need for these instructions.<\/h4>\n<p>Time sure does fly!&nbsp; Getting the inspiration to write this month\u2019s technical blog I reflected on the exclusive article I wrong back in November of 2014.&nbsp; It seems like only yesterday that I put that article together.&nbsp; If you have not had a chance to read NO CARRIER!&nbsp; The Lost World Of The BBS, you may do so by <span style=\"color: #00ffff;\"><a style=\"color: #00ffff;\" href=\"http:\/\/www.catracing.org\/hendrb\/carrier-lost-world-bbs\/\"><strong>clicking here<\/strong><\/a><\/span>. The terminal program that I recommended, CG Term 1.7 unfortunately no longer works on&nbsp;Mac OS X versions later then 10.10 (Yosemite).&nbsp; You may download and try SyncTerm, but I have found that it does not properly decode the PETSCII (C\/G) graphics correctly.<\/p>\n<p>&nbsp; So what are us Mac users to do?&nbsp; We could either use a Windows virtual machine, or boot into boot camp.&nbsp; However that kind of rubs the wrong way, especially since CGTerm worked in previous versions of Mac OS.&nbsp;&nbsp; There is a third option, and that is to take the freely available source code and compile it in a later version of the OS.&nbsp; I have compiled it on my OS X Sierra desktop and 2010 MacBook Pro running Yosemite.<\/p>\n<h5>This is&nbsp;a 4&nbsp;step process.<\/h5>\n<ol>\n<li>If you are not already using the Homebrew repositiory and installed brew, follow the instructions by &nbsp;<strong><em><span style=\"color: #00ffff;\"><a style=\"color: #00ffff;\" href=\"http:\/\/www.catracing.org\/hendrb\/wednesday-quickie-installing-home-brew-repository\/\">Clicking Here<\/a><\/span>.<\/em><\/strong><\/li>\n<li>Download and extract the source code for CGTerm 1.7b2 beta (Version 1.6 also has C\/G translation errors.) <strong><span style=\"color: #00ffff;\"><a style=\"color: #00ffff;\" href=\"https:\/\/paradroid.automac.se\/cgterm\/cgterm-1.7b2.tar.gz\">Click here to download<\/a>.<\/span><\/strong>\n<ol>\n<li style=\"list-style-type: none;\">\n<ol>\n<li>If you do no not already have one, I would create a dev directory in your home directory.\n<ol>\n<li><span style=\"color: #ffff00;\">$ cd ~<\/span><\/li>\n<li><span style=\"color: #ffff00;\">$ mkdir dev<\/span><\/li>\n<\/ol>\n<\/li>\n<li>Move the downloaded files to the directory you just created.\n<ol>\n<li><span style=\"color: #ffff00;\">$ mv ~\/Downloads\/cgterm-1.7b2.tar ~\/dev<\/span><\/li>\n<\/ol>\n<\/li>\n<li>Extract the files&nbsp;\n<ol>\n<li><span style=\"color: #ffff00;\">$ cd ~\/dev<\/span><\/li>\n<li><span style=\"color: #ffff00;\"><span style=\"color: #ffff00;\"><strong>$ tar<\/strong> -xvf cgterm-1.7b2.tar<\/span><\/span>&nbsp;<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3416\" src=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg\" alt=\"\" width=\"511\" height=\"142\" srcset=\"https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg 511w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar-300x83.jpeg 300w\" sizes=\"auto, (max-width: 511px) 100vw, 511px\" \/><\/a><\/p>\n<p>&nbsp;3. Install sdl headers (SDL.h) from the brew repository if not already installed.<br \/>\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a.&nbsp;<span style=\"color: #ffff00;\"><span style=\"color: #ffff00;\">$ brew install sdl<\/span><\/span><a href=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Brew-Install-SDL.jpeg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-3409 size-full\" src=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Brew-Install-SDL.jpeg\" alt=\"\" width=\"1024\" height=\"691\" srcset=\"https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Brew-Install-SDL.jpeg 1024w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Brew-Install-SDL-300x202.jpeg 300w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Brew-Install-SDL-768x518.jpeg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a>4. Compile the software.<\/p>\n<p><span style=\"color: #ffff00;\">&nbsp;<br \/>\n<\/span>Normally we need to run 3 commands to compile source code, however I only had to do two for CGTerm.&nbsp; These commands are<\/p>\n<p>1) .\/configure (Not needed for this install.)<br \/>\n2) make<br \/>\n3) make install<\/p>\n<p>There is no configure script for this source code, so if you try and execute it you will receive an error, so let\u2019s move on to step 2.<\/p>\n<p>Make sure you are in your ~\/dev\/cgterm-1.7b2 directory by typing at the shell prompt<br \/>\n<span style=\"color: #ffff00;\">$ pwd<\/span>&nbsp; &nbsp;<\/p>\n<p>If you are not, type.<br \/>\n<span style=\"color: #ffff00;\">$ cd ~\/dev\/cgterm-1.7b2<\/span><\/p>\n<p>Now we will create the make file. Type<br \/>\n<span style=\"color: #ffff00;\">$ make<\/span><\/p>\n<p>If all goes well, you will see a screen that looks like this. &nbsp;Ignore any warnings.<\/p>\n<p><a href=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Post-Make.jpeg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-3415 size-full\" src=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Post-Make.jpeg\" alt=\"\" width=\"1024\" height=\"352\" srcset=\"https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Post-Make.jpeg 1024w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Post-Make-300x103.jpeg 300w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Post-Make-768x264.jpeg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n<p>now lets compile the .app files.<br \/>\n<span style=\"color: #ffff00;\">$ make install<\/span><\/p>\n<p>You will see the following output if successful.<\/p>\n<p><a href=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Make-install.jpeg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-3414 size-full\" src=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Make-install.jpeg\" alt=\"\" width=\"1024\" height=\"170\" srcset=\"https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Make-install.jpeg 1024w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Make-install-300x50.jpeg 300w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Make-install-768x128.jpeg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n<p>Lets now perform a directory listing specifically to check if we now have the 3 CGTerm executable files. (NOTE: Without configuring your shell to colorize the output, it can be difficult to find the executables in the listing. &nbsp;I recommend following the link at the bottom of this blog, which will walk you through how to get colorized directory listings like Linux.)<\/p>\n<p>ls -l cgchat cgedit cgterm testkbd<\/p>\n<p><a href=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/ls-executables.jpeg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3413\" src=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/ls-executables.jpeg\" alt=\"\" width=\"1024\" height=\"114\" srcset=\"https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/ls-executables.jpeg 1024w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/ls-executables-300x33.jpeg 300w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/ls-executables-768x86.jpeg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n<p>Finally let\u2019s perform some housekeeping tasks, since we do not need to keep the source files around.<\/p>\n<p>First&nbsp;lets create a new directory in the \/Applications folder, then we will copy the newly compiled executables to that directory<\/p>\n<p><span style=\"color: #ffff00;\">$ sudo mkdir Applications\/CGTerm-1.7<\/span><br \/>\n<span style=\"color: #ffff00;\">$ sudo mv cgchat cgedit cgterm testkbd \/Applications\/CGTerm-1.7<\/span><\/p>\n<p>It is up to you if you want to keep the source files around, in this example I do not, however I will keep the compressed .tar file<\/p>\n<p><span style=\"color: #ffff00;\">$ rm \u2013r ~\/dev\/cgterm-1.7b2<\/span><\/p>\n<p>Perform a final test by either changing working directories in the terminal to \/Applications and launching CGTerm, or launch from the finder.<\/p>\n<p><span style=\"color: #ffff00;\">$ cd \/Applications<\/span><br \/>\n<span style=\"color: #ffff00;\">$ cgterm<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #ffffff;\"><a href=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/CGTerm-1.7.jpeg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3410\" src=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/CGTerm-1.7.jpeg\" alt=\"\" width=\"640\" height=\"422\" srcset=\"https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/CGTerm-1.7.jpeg 640w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/CGTerm-1.7-300x198.jpeg 300w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a>Once your newly compiled CGTerm opens and you see this screen let&#8217;s connect to a BBS.<\/span><\/p>\n<p><span style=\"color: #ffff00;\">Type ESC<\/span><br \/>\n<span style=\"color: #ffff00;\">Type D<\/span><\/p>\n<p>When you get the Connect to host [port]: box, type<\/p>\n<p><span style=\"color: #ffff00;\">cib.dyns.org 6400 &lt;ENTER&gt;<\/span><\/p>\n<p>You should now be connected to the Commodore Image BBS<\/p>\n<p><a href=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Commodore-Image.jpeg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3411\" src=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Commodore-Image.jpeg\" alt=\"\" width=\"640\" height=\"422\" srcset=\"https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Commodore-Image.jpeg 640w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Commodore-Image-300x198.jpeg 300w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><\/p>\n<p>When launching from the finder, Mac OS will launch a terminal session, this is normal.<\/p>\n<p><a href=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Launched-from-finder.jpeg\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3412\" src=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Launched-from-finder.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Launched-from-finder.jpeg 1024w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Launched-from-finder-300x225.jpeg 300w, https:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/Launched-from-finder-768x576.jpeg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/p>\n<p>I hope you have enjoyed another Mac OS tutorial, and compiling your first application from source code!&nbsp; Please try connecting to the following BBS\u2019s running on a Commodore 64 using your newly compiled app.<\/p>\n<p>Commodore Image \u2013 cib.dyndns.org:6400<br \/>\nLowdown BBS &#8211; lowdown.servebbs dot net:6401<\/p>\n<p>** I highly recommend coloring your directory output, it makes differentiating between Directories, Text files, and applications allot simpler. &nbsp;To enable colorized directory output in Mac OS X, please <strong><span style=\"color: #00ffff;\"><a style=\"color: #00ffff;\" href=\"http:\/\/www.catracing.org\/hendrb\/os-x-making-your-terminal-look-and-feel-more-like-linux\/\">CLICK HERE<\/a><\/span><\/strong>.<\/p>\n<p>*** PLEASE NOTE!&nbsp; All traffic sent via TELNET is sent in plain text, when connecting to BBSs using CGTerm or other telnet applications, DO NOT use passwords that you use for any other services.&nbsp; Such as financial institutions or online shopping!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MAC OS&nbsp;X Compiling CG Term To Connect To Commodore BBSs via Telnet using Commodore Color Graphics. &nbsp; UPDATE!! &#8211; I am keeping this blog for instructional purposes on compiling source code in Mac OSX. &nbsp;There is a pre-compiled version 1.9 <span class=\"excerpt-dots\">&hellip;<\/span> <a class=\"more-link\" href=\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/\"><span class=\"more-msg\">Continue reading &rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[3],"tags":[],"class_list":["post-3405","post","type-post","status-publish","format-standard","hentry","category-technical"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mac OS X - Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics - Brent&#039;s World<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mac OS X - Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics - Brent&#039;s World\" \/>\n<meta property=\"og:description\" content=\"MAC OS&nbsp;X Compiling CG Term To Connect To Commodore BBSs via Telnet using Commodore Color Graphics. &nbsp; UPDATE!! &#8211; I am keeping this blog for instructional purposes on compiling source code in Mac OSX. &nbsp;There is a pre-compiled version 1.9 &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/\" \/>\n<meta property=\"og:site_name\" content=\"Brent&#039;s World\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Brents-World-912767498915017\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/Brents-World-912767498915017\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-20T15:00:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-04-08T12:39:32+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg\" \/>\n<meta name=\"author\" content=\"Brent Hendricks\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brent Hendricks\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/\"},\"author\":{\"name\":\"Brent Hendricks\",\"@id\":\"https:\/\/www.catracing.org\/hendrb\/#\/schema\/person\/abd5b294207e782562c7bb51e0a9e442\"},\"headline\":\"Mac OS X &#8211; Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics\",\"datePublished\":\"2017-05-20T15:00:43+00:00\",\"dateModified\":\"2018-04-08T12:39:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/\"},\"wordCount\":893,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/www.catracing.org\/hendrb\/#\/schema\/person\/abd5b294207e782562c7bb51e0a9e442\"},\"image\":{\"@id\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg\",\"articleSection\":[\"Technical\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/\",\"url\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/\",\"name\":\"Mac OS X - Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics - Brent&#039;s World\",\"isPartOf\":{\"@id\":\"https:\/\/www.catracing.org\/hendrb\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg\",\"datePublished\":\"2017-05-20T15:00:43+00:00\",\"dateModified\":\"2018-04-08T12:39:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#primaryimage\",\"url\":\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg\",\"contentUrl\":\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.catracing.org\/hendrb\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mac OS X &#8211; Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.catracing.org\/hendrb\/#website\",\"url\":\"https:\/\/www.catracing.org\/hendrb\/\",\"name\":\"Brent&#039;s World\",\"description\":\"Your weekly dose of the life of Brent!\",\"publisher\":{\"@id\":\"https:\/\/www.catracing.org\/hendrb\/#\/schema\/person\/abd5b294207e782562c7bb51e0a9e442\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.catracing.org\/hendrb\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.catracing.org\/hendrb\/#\/schema\/person\/abd5b294207e782562c7bb51e0a9e442\",\"name\":\"Brent Hendricks\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2019\/05\/Brent-Sitting-portrait-2.jpg\",\"url\":\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2019\/05\/Brent-Sitting-portrait-2.jpg\",\"contentUrl\":\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2019\/05\/Brent-Sitting-portrait-2.jpg\",\"width\":4480,\"height\":6720,\"caption\":\"Brent Hendricks\"},\"logo\":{\"@id\":\"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2019\/05\/Brent-Sitting-portrait-2.jpg\"},\"sameAs\":[\"http:\/\/www.catracing.org\",\"https:\/\/www.facebook.com\/Brents-World-912767498915017\"],\"url\":\"https:\/\/www.catracing.org\/hendrb\/author\/hendrb01\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mac OS X - Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics - Brent&#039;s World","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/","og_locale":"en_US","og_type":"article","og_title":"Mac OS X - Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics - Brent&#039;s World","og_description":"MAC OS&nbsp;X Compiling CG Term To Connect To Commodore BBSs via Telnet using Commodore Color Graphics. &nbsp; UPDATE!! &#8211; I am keeping this blog for instructional purposes on compiling source code in Mac OSX. &nbsp;There is a pre-compiled version 1.9 &hellip; Continue reading &rarr;","og_url":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/","og_site_name":"Brent&#039;s World","article_publisher":"https:\/\/www.facebook.com\/Brents-World-912767498915017","article_author":"https:\/\/www.facebook.com\/Brents-World-912767498915017","article_published_time":"2017-05-20T15:00:43+00:00","article_modified_time":"2018-04-08T12:39:32+00:00","og_image":[{"url":"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg","type":"","width":"","height":""}],"author":"Brent Hendricks","twitter_misc":{"Written by":"Brent Hendricks","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#article","isPartOf":{"@id":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/"},"author":{"name":"Brent Hendricks","@id":"https:\/\/www.catracing.org\/hendrb\/#\/schema\/person\/abd5b294207e782562c7bb51e0a9e442"},"headline":"Mac OS X &#8211; Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics","datePublished":"2017-05-20T15:00:43+00:00","dateModified":"2018-04-08T12:39:32+00:00","mainEntityOfPage":{"@id":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/"},"wordCount":893,"commentCount":3,"publisher":{"@id":"https:\/\/www.catracing.org\/hendrb\/#\/schema\/person\/abd5b294207e782562c7bb51e0a9e442"},"image":{"@id":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#primaryimage"},"thumbnailUrl":"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg","articleSection":["Technical"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/","url":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/","name":"Mac OS X - Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics - Brent&#039;s World","isPartOf":{"@id":"https:\/\/www.catracing.org\/hendrb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#primaryimage"},"image":{"@id":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#primaryimage"},"thumbnailUrl":"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg","datePublished":"2017-05-20T15:00:43+00:00","dateModified":"2018-04-08T12:39:32+00:00","breadcrumb":{"@id":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#primaryimage","url":"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg","contentUrl":"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2017\/05\/un-tar.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.catracing.org\/hendrb\/mac-os-x-compiling-cg-term-connect-commodore-bbss-via-telnet-using-commodore-color-graphics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.catracing.org\/hendrb\/"},{"@type":"ListItem","position":2,"name":"Mac OS X &#8211; Compiling CG Term To Connect To Commodore BBSs via Telnet Using Commodore Color Graphics"}]},{"@type":"WebSite","@id":"https:\/\/www.catracing.org\/hendrb\/#website","url":"https:\/\/www.catracing.org\/hendrb\/","name":"Brent&#039;s World","description":"Your weekly dose of the life of Brent!","publisher":{"@id":"https:\/\/www.catracing.org\/hendrb\/#\/schema\/person\/abd5b294207e782562c7bb51e0a9e442"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.catracing.org\/hendrb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.catracing.org\/hendrb\/#\/schema\/person\/abd5b294207e782562c7bb51e0a9e442","name":"Brent Hendricks","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2019\/05\/Brent-Sitting-portrait-2.jpg","url":"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2019\/05\/Brent-Sitting-portrait-2.jpg","contentUrl":"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2019\/05\/Brent-Sitting-portrait-2.jpg","width":4480,"height":6720,"caption":"Brent Hendricks"},"logo":{"@id":"http:\/\/www.catracing.org\/hendrb\/wp-content\/uploads\/2019\/05\/Brent-Sitting-portrait-2.jpg"},"sameAs":["http:\/\/www.catracing.org","https:\/\/www.facebook.com\/Brents-World-912767498915017"],"url":"https:\/\/www.catracing.org\/hendrb\/author\/hendrb01\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p43ojH-SV","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/www.catracing.org\/hendrb\/wp-json\/wp\/v2\/posts\/3405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.catracing.org\/hendrb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.catracing.org\/hendrb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.catracing.org\/hendrb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.catracing.org\/hendrb\/wp-json\/wp\/v2\/comments?post=3405"}],"version-history":[{"count":0,"href":"https:\/\/www.catracing.org\/hendrb\/wp-json\/wp\/v2\/posts\/3405\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.catracing.org\/hendrb\/wp-json\/wp\/v2\/media?parent=3405"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.catracing.org\/hendrb\/wp-json\/wp\/v2\/categories?post=3405"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.catracing.org\/hendrb\/wp-json\/wp\/v2\/tags?post=3405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}