Update scripts and template for VS Code

This commit is contained in:
Jaby
2025-01-07 23:17:07 +01:00
parent 1f255e15e1
commit de915a0d33
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