Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu darling

# Download dependencies (For Ubuntu 20.04, also install python2)
sudo apt install cmake clang bison flex libfuse-dev libudev-dev pkg-config libc6-dev-i386 
linux-headers-generic gcc-multilib libcairo2-dev libgl1-mesa-dev libglu1-mesa-dev libtiff5-dev 
libfreetype6-dev git git-lfs libelf-dev libxml2-dev libegl1-mesa-dev libfontconfig1-dev libbsd-dev 
libxrandr-dev libxcursor-dev libgif-dev libavutil-dev libpulse-dev libavformat-dev libavcodec-dev 
libswresample-dev libdbus-1-dev libxkbfile-dev libssl-dev

# Fetch sources
git clone --recursive https://github.com/darlinghq/darling.git

# Building darling:
# Move into the cloned sources
cd darling

# Make a build directory
mkdir build && cd build

# Configure the build
cmake ..

# Build and install Darling
make
sudo make install

# Build kernel module
make lkm
sudo make lkm_install
Comment

PREVIOUS NEXT
Code Example
Shell :: bash try catch 
Shell :: push/upload git repo to github 
Shell :: insta hack 
Shell :: count occurrences of word in file linux ignoring case 
Shell :: windows kill process on port 
Shell :: InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files. 
Shell :: A multi-stage Dockerfile for building nodejs 
Shell :: install pycodestyle in ubuntu 
Shell :: magento 2 gulp 
Shell :: open xampp control panel from terminal ubuntu 20 
Shell :: linux create user 
Shell :: pm2 adonisjs 
Shell :: git bash set global username and password 
Shell :: how to install node js in ubuntu 
Shell :: git worktree remove 
Shell :: linux install qt5widgets 
Shell :: eslint install command 
Shell :: multiple git stashes 
Shell :: how to install pgadmin4 ubuntu 
Shell :: install python for latex with dependencies 
Shell :: ubuntu check free space 
Shell :: ls human readable size 
Shell :: install exact version npm 
Shell :: find location for powershell profile ps1 file 
Shell :: linux matrix effect 
Shell :: git revert last commit keep changes 
Shell :: bash temp file 
Shell :: make executable bash script 
Shell :: how to determine the file type in ubuntu 
Shell :: bash user input yes no 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =