Can we make a guide for morons on how to install OpenEFT on a clean WSL install?

This page summarizes the projects mentioned and recommended in the original post on /r/NFA

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • openjpeg

    Official repository of the OpenJPEG project

    mkdir ~/install cd ~/install wget https://github.com/uclouvain/openjpeg/archive/master.zip unzip master.zip cd openjpeg-master/ mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make sudo make install sudo make clean cd

  • nbis

    NIST Biometric Image Software (mirror) (by OwenPemberton)

    sudo apt-get install -y libjpeg8-dev sudo apt-get install -y libjpeg62-dev sudo apt-get install cmake libc6-dev libc6-dev-i386 g++-multilib -y sudo apt-get install libx11-dev -y git clone --recurse-submodules https://github.com/OwenPemberton/nbis.git mkdir NBIS cd nbis ./setup.sh ~/NBIS/ --64 sudo make config sudo make it sudo make install LIBNBIS=yes sudo make catalog

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • OpenEFT

    Open-source EFT Fingerprint Software

  • ungoogled-chromium-windows

    Windows packaging for ungoogled-chromium

    echo "Configuring NBIS" make config echo "Making NBIS" make it echo "Installing NBIS" make install echo "Adding NBIS binaries to path" echo 'export PATH="$PWD/build/bin:$PATH" > ~/.bashrc' source ~/.bashrc cd ../browser/windows wget "https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/download/111.0.5563.65-1.1/ungoogled-chromium_111.0.5563.65-1.1_windows_x64.zip" unzip ungoogled-chromium_111.0.5563.65-1.1_windows_x64.zip mv ungoogled-chromium_111.0.5563.65-1.1_windows windows cd ../../ echo "Installing Pip Requirements" pip3 install -r requirements.txt echo "Installing LibOpenJP2-Tools" if [ ""$EUID"" != 0 ]; then wsl sudo apt-get install libopenjp2-tools fi echo "Starting OpenEFT" echo 'export PATH="$PWD/build/bin:$PATH" > ~/.bashrc python3 openeft.py

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts