From cf01fe49d49589e91df4201a76bfab16220fbc94 Mon Sep 17 00:00:00 2001 From: lion187 Date: Wed, 27 Mar 2019 16:43:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=BA=93=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Software/Application/Octave/C++_调用_Octave.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Software/Application/Octave/C++_调用_Octave.md b/Software/Application/Octave/C++_调用_Octave.md index 9047637..e781dc6 100644 --- a/Software/Application/Octave/C++_调用_Octave.md +++ b/Software/Application/Octave/C++_调用_Octave.md @@ -18,3 +18,6 @@ Ubuntu Octave 4.2 版本头文件路径在:/usr/include/octave-4.2.2/octave #include #include ``` +## 库文件 + +Octave 的库文件是 liboctinterp.so,链接程序时需要使用该文件。