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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -