<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix"><br>
for <br>
<br>
Lazarus 1.9.0 r57653 FPC 3.0.4 x86_64-linux-gtk2<br>
<br>
you need also dynlibs in gtk2term:<br>
<br>
uses<br>
GLib2, Gtk2, <font color="#ff0000">dynlibs</font>; <br>
<br>
<br>
Am 11.04.2018 um 05:12 schrieb Anthony Walter via Lazarus:<br>
</div>
<blockquote type="cite"
cite="mid:CAHmPLWWNBK14C_F2D68KK0W+jyMuCdiMogTPO6O8ZD3P8mxisA@mail.gmail.com">
<div dir="ltr">I'm am starting a new thread because I've completed
my task.
<div><br>
</div>
<div>Here is a terminal component for Lazarus that is easy to
reuse.</div>
<div><br>
</div>
<div><a href="https://cache.getlazarus.org/archives/terminal.7z"
moz-do-not-send="true">https://cache.getlazarus.org/archives/terminal.7z</a></div>
<div><br>
</div>
<div>To install, make sure you're on Linux with a Gtk2 copy of
Lazarus. Open package terminaldsgn.lpk, install, and rebuild
the IDE. You'll have a TTerminal component on your pallet.
Drop it on a form, press run, and you have your own terminal
program.</div>
<div><br>
</div>
<div>Here is a longish video walk through of how it works:</div>
<div><br>
</div>
<div><a
href="https://cache.getlazarus.org/videos/vte-finished.mp4"
moz-do-not-send="true">https://cache.getlazarus.org/videos/vte-finished.mp4</a><br>
</div>
<div><br>
</div>
<div>The source code is completely free, copy left, if anyone
wants to reuse it.</div>
<div><br>
</div>
<div>Notes, you need to be using Linux and have libvte for gtk2
installed to use the component. You can be running other
platforms, but you'll just see the design time surface it
you're not on Linux.</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
<p><br>
</p>
</body>
</html>