c++ - How to distribute swift build in linux -
i made swift program in linux. followed tutorial mentioned @ swift official site. unable find way share build software.
the site guides how generate build. done following commands
swift package init --type executable
once have written code in main.swift file. built release build using command
swift build --configuration release
now build @ .build/release/myswiftbuild
please guide me way make available other c or c++ programs in linux machine. don't want go in project folder , run program manually.
the program should able called other programs anywhere in system.
Comments
Post a Comment