Skip to content
/ june Public template

A starter template for GUI applications with Julia and QML.jl

License

Notifications You must be signed in to change notification settings

nesterow/june

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUNE

A starter template for building GUI applications with Julia and QML.jl

Currently supported system is MacOS.

Dependencies

On MacOS

XCode tools and Brew are required

brew install qt gcc
git clone https://github.com/nesterow/june <ProjectName>
cd <ProjectName>
make mac

Running program

1. From Atom/REPL

Inside Julia REPL press ] then input activate . Then open main.jl and press start ▶️ button.

Alternatively in REPL:

julia> include("src/main.jl")

2. From make

make run

Distributing

make pack-mac

or

APPNAME=AppName.app make pack-mac

TODO

  • Add build recipe for Debian
  • Add build recipe for Linux ARM32

❤️ Contribute

Got a build recipe for your system? Please share!

  • Fork repository
  • Add bash script to lib/build
  • Push your fix into a separate branch
  • Make pull request to the development branch

About

A starter template for GUI applications with Julia and QML.jl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages