GithubHelp home page GithubHelp logo

pomodoro's Introduction

Pomodoro

reset

studying

command_line

Build: Linux

  1. Instale as dependências
make install
  1. Compile o Programa
make linux
  1. Rode :)
make run

Build: Windows

VC++ (Developer Command Prompt VS 2022)

  1. Build & Run
make

MSYS2

  1. Remova o compilador MinGW instalado
  2. Instale o MSYS2
  winget install MSYS2.MSYS2
  1. Atualize o MSYS2, abra o terminal do MSYS2 e digite
pacman -Syu
  1. Instale o MinGW pelo MSYS2
pacman -S mingw-w64-x86_64-gcc
  1. Instale o Make (Caso ainda não tenha instalado)
winget install GnuWin32.Make
  1. Adicione o Make ao PATH, o caminho é C:\Program Files (x86)\GnuWin32\bin
  2. Adicione o MinGW ao PATH, o caminho padrão é C:\msys64\mingw64\bin
  3. Compile o programa
make windows
  1. Rode o programe
make run_windows

Keyboard

SPACE -> PAUSE/CONTINUE
TAB -> COMMAND LINE

pomodoro's People

Contributors

jelsonrodrigues avatar lucaszm7 avatar

Stargazers

 avatar

Watchers

 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.