tiskolin [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=41850 How to install PICO-8 on ChromeOS <p>I've just figured out how to get PICO-8, sound and all, to work on ChromeOS 79. Since there doesn't seem to be any other information on the topic, I'll post it here.</p> <p>To begin, install Linux (Beta) (a.k.a. Crostini) on your Chromebook. You can learn how to install Linux (Beta) <a href="https://support.google.com/chromebook/answer/9145439">here</a>.</p> <p>After Linux (Beta) has installed, install and unzip the Linux version of PICO-8. Then, drag and drop the pico-8 folder into My files / Linux files. That way the files will appear in the home directory of Linux (Beta).</p> <p>Next, we need to make pico8 executable:</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>$ cd ~/pico-8 $ chmod +x pico8</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>That's enough to get PICO-8 working. However, the sound won't work. To fix this, open the new Terminal app and type the following commands:</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>​​# Make sure the new cros-pulse-config package is installed. $ sudo apt-get update $ sudo apt-get dist-upgrade # Clear out existing pulse settings. $ rm -rf ~/.config/pulse # Turn it off &amp; on again via crosh (Ctrl-Alt-T). crosh&gt; vmc stop termina </pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>Finally, to run PICO-8:</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>$ cd ~/pico-8 $ ./pico8</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>And there we go! PICO-8 running on ChromeOS.</p> <h3>Sources</h3> <p><strong>Lexaloffle</strong> - <a href="https://www.lexaloffle.com/bbs/?pid=49208">A proper Linux installer, please</a><br /> <strong>Chromebook Help</strong> - <a href="https://support.google.com/chromebook/thread/5019458">Can't get my Linux apps to produce sound</a><br /> <strong>Chromebook Help</strong> - <a href="https://support.google.com/chromebook/answer/9145439">Set up Linux (Beta) on your Chromebook</a></p> https://www.lexaloffle.com/bbs/?tid=36473 https://www.lexaloffle.com/bbs/?tid=36473 Mon, 06 Jan 2020 02:57:13 UTC