Git Product home page Git Product logo

imaginary-teleprompter-electron's Introduction

Imaginary Teleprompter

GitHub license GitHub release GitHub contributors Average time to resolve an issue Percentage of issues still open SourceForge Twitter Follow

Imaginary Teleprompter Electron

Build standalone cross-platform instances of our Teleprompter using Electron.

Introduction

"Imaginary Teleprompter" is a professional grade, multi-platform, free software teleprompter for anyone to use.

It's built with web technologies so anyone can customize it to their needs. It may be run on a web browser or as a standalone application for additional features.

Installer/Package Building Instructions

Every platform

Make sure you have NodeJS with npm installed on your system before you begin. One you've got npm, follow these steps in every platform, then proceed to run the corresponding platform specific command:

  1. Install Git and NodeJS on your system.
  2. Open a Terminal or Command Prompt at your desired build location.
  3. Clone this repository and its submodules.
git clone --recursive https://github.com/ImaginarySense/Imaginary-Teleprompter-Electron.git
    1. Move to the root folder of the Imaginary-Teleprompter-Electron project.
cd Imaginary-Teleprompter-Electron
  1. Download dependencies and submodules.
npm run setup
  1. Follow platform specific building steps. If builds are successful, you should find your binaries inside the dist folder.

Windows

  • To build 32 bit packages: npm run dist:win32
  • To build 64 bit packages: npm run dist:win64
  • To build both 32 and 64 bit packages: npm run dist:win

Linux and BSD

  1. If you’re building for Linux, depending what packages you intend to build you should install their dependencies as shown at: https://www.electron.build/multi-platform-build#linux. Commands and dependency names may vary across distributions. The following instructions assume you're using a Debian/Ubuntu derivative.
sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick
sudo apt-get install --no-install-recommends -y rpm              # To build rpm
sudo apt-get install --no-install-recommends -y bsdtar           # To build pacman
sudo apt-get install --no-install-recommends -y libarchive-tools # Alternative to bsdtar
sudo apt-get install --no-install-recommends -y snapcraft        # To build snap
  1. Open package.json in the text editor of your preference.
  2. Locate the following lines:
    "linux": {
      "target":
  1. Under target, remove all targets that don't correspond to your distribution. (For example, you would leave deb for Ubuntu, rpm for Fedora, and pacman for Arch.) Use tar.gz for any other distros and AppImage if you wish to create a universal, portable, Linux app.
  2. Save your changes.
  3. Run the command that corresponds to your operating system's architecture:
    • To build 32 bit packages: npm run dist:linux32
    • To build 64 bit packages: npm run dist:linux64
    • To build both 32 and 64 bit packages: npm run dist:linux
    • To build ARM7l packages: npm install -g electron-builder (followed by) npm run dist:linuxarm

OS X

  • Run npm run dist:macos.

Help & Support

If you have an issue, please write it to us, we will help you or fix the bug.

Creators:

Contributors:

Copyright:

Imaginary Sense Inc. & Contributors

License:

This software is shared under the GPL3 license.

imaginary-teleprompter-electron's People

Contributors

dependabot[bot] avatar rubycodex avatar va2ron1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.