Skip to content

Commit dbaeb1e

Browse files
Update (D) Working with simple build tool to create a standalone program ("Scala native") in Linux.md
1 parent fd00b60 commit dbaeb1e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

(D) Working with simple build tool to create a standalone program ("Scala native") in Linux.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,33 @@ _[success] Total time: 3 s, completed Apr 12, 2025, 10:41:22 AM_
9393

9494
<br/>
9595

96+
But how to make this application "Scala Native"?
97+
98+
I followed this advice at chapter "Compiling and running your Scala Native application" from:
99+
100+
_Getting Started with Scala Native: A Comprehensive Guide for Beginners_
101+
102+
https://medium.com/@diehardankush/getting-started-with-scala-native-a-comprehensive-guide-for-beginners-dedafeed7f25
103+
Ankush Singh, Apr 23, 2023
104+
105+
…and found this command:
106+
107+
_sbt:<project name>> **nativeLink**_
108+
109+
_[error] Not a valid command: nativeLink_
110+
111+
_[error] Not a valid project ID: nativeLink_
112+
113+
_[error] Expected ':'_
114+
115+
_[error] Not a valid key: nativeLink_
116+
117+
_[error] nativeLink_
118+
119+
_[error] ^_
120+
121+
_sbt:\<project name\>>_
122+
96123

97124

98125
(TBD)

0 commit comments

Comments
 (0)