在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:dhoegh/BuildExecutable.jl开源软件地址:https://github.com/dhoegh/BuildExecutable.jl开源编程语言:Julia 100.0%开源软件介绍:BuildExecutableBuilds an executable that doesn't require any julia source code.
The user needs to provide a julia script that contains a function main(),
taking no argument, which will be run when executing the
produced executable. An executable can be produced by using the using BuildExecutable
build_executable(exename, script, targetdir, "native") Note on packages:Even if the script contains using statements, exported functions will not be available in main(). Full qualification of names is required. It's suggested to replace using statements with import statements to produce a consistent result between running main() in the REPL and running the executable. If packages with binary dependencies is used the produced executable will not function properly. Note on portabilityThe executable produced by |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论