Smart Thermostat written using Julia and QML
Clone repository. Open directory JuliaThermostat/
in terminal. If your machine has the make
utility installed, simply execute:
make precompile
Clone repository. Open directory JuliaThermostat/
in terminal. Execute the following steps:
- Run
julia
to enter Julia terminal - Enter
]
to enter Pkg REPL - Run
activate .
- Run
instantiate
- Backspace to exit Pkg REPL
Ctrl-D
orexit()
to exit Julia terminal
From directory JuliaThermostat/
execute make
. If you don't have the make
utility, execute:
julia --project=@. main.jl