Juliaモジュールの実行可能ファイルをコンパイルして取得しようとしています。このモジュールは にfile.jl
あり、2 つの異なるファイルでさらに 2 つのモジュールを使用します。使ってみましjuliac.jl
たがダメでした。
Juliaのこのスクリプトでパッケージコンパイラを試しました:
using PackageCompiler
build_executable(
"recocido_simulado.jl",#This is the file where is my main
snoopfile = "base_datos.jl", #This is an extra file which I use in the main
builddir = "/"
)