Skip to content
/ scalc Public

A sleep calculator which calculates your bedtime or wakeup time depending on what you prefer.

License

Notifications You must be signed in to change notification settings

winexe0/scalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scalc

A sleep calculator which calculates your bedtime or wakeup time depending on what you prefer.

Building

Linux

Requirements

  • g++
  • cmake

Windows

Requirements

installed in your Path Environment Variable. Then you can cd to scalc source directory and execute

 cmake .
 cmake --build .

which should give you a usable binary for your architecture. If you want to build a different architcture for Linux for the aarch64 architecture then you can use

 cmake -D CMAKE_CXX_COMPILER=aarch64-linux-gnu-g++ -S . 
 cmake --build .

If you want to build a different architecture for Windows, then instead for ARM64, use

cmake -A ARM64 -S .
cmake --build .

In all cases this should leave a scalc or scalc.exe ready to use.

About

A sleep calculator which calculates your bedtime or wakeup time depending on what you prefer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published