Update scripts and template for VS Code

This commit is contained in:
2025-01-07 23:17:07 +01:00
parent 8b0e2226e4
commit 57623d0e1d
9 changed files with 14 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Made possible by Cody the white tiger
echo "<<< Install pop-fe >>>"

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo "<<< Install Rust prerequisites >>>"
apt install -y curl

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo "<<< Install GCC prerequisites >>>"
apt install -y make texinfo g++ gcc git libgmp3-dev libmpfr-dev libmpc-dev flex install-info info bison

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Made possible by Cody the white tiger
cd /usr/jaby_engine/bin/extern/pop-fe