Tiny Core Extensions > Extension requests

fbvnc

(1/1)

neonix:
fbvnc with authentication for TC15_32

Juanito:
Do you have a URL for the source?

neonix:
https://github.com/uklatt/fbvnc

or this when first don't work.
http://mirror.slitaz.org/pkgs/?receipt=fbvnc-auth

CentralWare:
@neonix: Create a new directory of your choosing and copy/paste the following in a new file called build_fbvnc.sh

--- Code: ---#!/bin/sh
CUR=$(pwd)

EXTS="compiletc squashfs-tools"

echo "Preparing extensions"
tce-load -w $EXTS >/dev/null 2>&1
tce-load -i $EXTS >/dev/null 2>&1

[ ! -f master.zip ] && wget --no-check-certificate https://github.com/uklatt/fbvnc/archive/refs/heads/master.zip
[ -d fbvnc-master ] && rm fbvnc-master -fR
unzip master.zip

cd fbvnc-master
make
cd ..

mkdir -p /tmp/fbvnc/usr/local/sbin
cp fbvnc-master/fbvnc /tmp/fbvnc/usr/local/sbin/
cd /tmp
mksquashfs fbvnc $CUR/fbvnc.tcz

--- End code ---

Open a terminal window and navigate to where you just created this file and run it with:

--- Code: ---sh build_fbvnc.sh

--- End code ---

You'll find a new TCZ file called fbvnc.tcz in this directory; copy it to your extension path, add it to onboot.lst and you're set!

Juanito:
fbvnc posted - not tested

Navigation

[0] Message Index

Go to full version