- Julia 1.0 Programming Complete Reference Guide
- Ivo Balbaert Adrian Salceanu
- 102字
- 2021-06-24 14:21:39
Building from source
Download the source code, rather than the binaries, if you intend to contribute to the development of Julia itself, or if no Julia binaries are provided for your operating system or particular computer architecture. The Julia source code can be found on GitHub at https://github.com/JuliaLang/julia.git. Compiling the source code will get you the latest Julia version, not the stable version (if you want the latter, download the binaries, and refer to the previous section).
Because of the diversity of platforms and the possible issues involved, we refer you to https://github.com/JuliaLang/julia, and in that, the Source Download and Compilation section.
推薦閱讀
- 深入理解Java7:核心技術與最佳實踐
- Swift 3 New Features
- bbPress Complete
- Python忍者秘籍
- 持續輕量級Java EE開發:編寫可測試的代碼
- OpenStack Networking Essentials
- 代碼閱讀
- Vue.js 3應用開發與核心源碼解析
- SignalR:Real-time Application Development(Second Edition)
- Go語言從入門到精通
- Visual Basic 程序設計實踐教程
- 透視C#核心技術:系統架構及移動端開發
- Spring Web Services 2 Cookbook
- HTML并不簡單:Web前端開發精進秘籍
- Three.js Essentials