<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to install hise on a chromebook (with the linux container)]]></title><description><![CDATA[<p dir="auto">So i thought i'd write this guide cos i've had a lot of issues and i've had AI helping me along the wway. i've also wrote more detail about it on a post on my buymeacoffee page.</p>
<p dir="auto">here's the guide:<br />
Build and download</p>
<p dir="auto">paste these commands</p>
<p dir="auto">sudo apt-get install faust wait for it to do its thing</p>
<p dir="auto">git clone --branch develop <a href="https://github.com/christophhart/HISE" rel="nofollow ugc">https://github.com/christophhart/HISE</a> wait for it to clone it into your home directory</p>
<p dir="auto">cd ~/HISE</p>
<p dir="auto">git submodule update --init --recursive this installs Juce</p>
<p dir="auto">cd ~/HISE/JUCE/extras/Projucer/Builds/LinuxMakefile</p>
<p dir="auto">make CONFIG=Release this compiles JUCE so you can run hise</p>
<p dir="auto">~/HISE/JUCE/extras/Projucer/Builds/LinuxMakefile/build/Projucer --resave "~/HISE/projects/standalone/HISE Standalone.jucer" Run this, it makes extra folders you need</p>
<p dir="auto">nano ~/HISE/hi_backend/backend/ai_tools/RestServer.cpp Open this file, paste this in the file, after the #include statements.</p>
<p dir="auto">"</p>
<p dir="auto">#ifdef DELETE</p>
<p dir="auto">#undef DELETE</p>
<p dir="auto">#endif</p>
<p dir="auto">"</p>
<p dir="auto">And press ctrl+o, enter/return and ctrl+x and you'll be back in the main terminal.</p>
<p dir="auto">cd ~/HISE/projects/standalone/Builds/LinuxMakefile paste this</p>
<p dir="auto">and then this</p>
<p dir="auto">make=CONFIG=Release -J4 ignore the pink warnings, they don't mean anything.</p>
<p dir="auto">ls -l build/HISE test to see if it worked. if not, you get this?</p>
<p dir="auto">ls: cannot access 'build/HISE': No such file or directory</p>
<p dir="auto">LinuxMakefile$ cd ~/HISE/projects/standalone/Builds/LinuxMakefile</p>
<p dir="auto">make CONFIG=Release run this. if it says something like "everything done," you've successfully made it.</p>
<p dir="auto">find ~/HISE -name "HISE" -type f -executable run this to find hise</p>
<p dir="auto">~/HISE/projects/standalone/Builds/LinuxMakefile/build$ cd LinuxMakefile/build run this and hise should open.</p>
<p dir="auto">then, it's basically done, still with a tonne of errors but you can make it work.</p>
<p dir="auto">heres the full posr: <a href="https://buymeacoffee.com/genghiskhan/guide-how-install-hise-x86-based-intel-amd-chromebook" rel="nofollow ugc">https://buymeacoffee.com/genghiskhan/guide-how-install-hise-x86-based-intel-amd-chromebook</a></p>
<p dir="auto">Note: i have no idea what i'm doing, i just wanted to make cool vst's. tthe scriptnodes are cool. it reminds me of patcher or something. i mainly just wanna make cool effects with funny ui's.</p>
]]></description><link>https://forum.hise.audio/topic/14615/how-to-install-hise-on-a-chromebook-with-the-linux-container</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 22:16:08 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14615.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Apr 2026 22:17:33 GMT</pubDate><ttl>60</ttl></channel></rss>