<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Approximatrix Forums — LINUX SIMPLY FORTRAN (registration questions)]]></title>
	<link rel="self" href="https://forums.approximatrix.com/extern.php?action=feed&amp;tid=998&amp;type=atom" />
	<updated>2025-12-02T21:04:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.approximatrix.com/viewtopic.php?id=998</id>
		<entry>
			<title type="html"><![CDATA[Re: LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4521#p4521" />
			<content type="html"><![CDATA[<p>Thanks Jeff.&nbsp; Yes working great! I&#039;ll play with directly using wmake on linux, but gnu make works fine.</p><p>I should mention that on Windows I use a batch program &quot;tmake.bat&quot;.&nbsp; This should make it easier for guys to just type tmake all, tmake clean, tmake install, etc...edit as needed.</p><p>@echo off</p><p>@COPY MAKEFILE.TRUEPOST MAKEFILE</p><p>IF /I &quot;%~n1&quot;==&quot;ALL&quot; GOTO ALL<br />IF /I &quot;%~n1&quot;==&quot;CLEAN&quot; GOTO CLEAN<br />IF /I &quot;%~n1&quot;==&quot;INSTALL&quot; GOTO INSTALL<br />GOTO END</p><p>:ALL<br />WMAKE ALL<br />GOTO END</p><p>:CLEAN<br />WMAKE CLEAN<br />DEL MAKEFILE<br />GOTO END</p><p>:INSTALL<br />ECHO NOT USING THIS RIGHT NOW<br />GOTO END</p><p>:END</p>]]></content>
			<author>
				<name><![CDATA[TRUEPRECISIONCNC]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=4528</uri>
			</author>
			<updated>2025-12-02T21:04:48Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4521#p4521</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4518#p4518" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>TRUEPRECISIONCNC wrote:</cite><blockquote><p>I use wmake no problem on windows and on Linux I just export the GNU makefile and use make as I can&#039;t seem to get open watcom to install correctly in linux without hacking it...not a big deal, but if someone could point me to the wmake location in linux that would be great.&nbsp; whereis wmake gives nothing.</p></blockquote></div><p>Simply Fortran packages wmake internally on all systems. We don&#039;t have any reliance on OpenWatcom at all.&nbsp; On Windows, wmake is just located in the same <em>Program Files (x86)</em> directory alongside the development environment itself.&nbsp; On Linux, it&#039;s a bit more complicated; the wmake executable is packaged inside Simply Fortran, which itself is an AppImage package.&nbsp; It is tricky to get at, but perhaps we can try to expose it in a simpler manner.</p><div class="quotebox"><cite>TRUEPRECISIONCNC wrote:</cite><blockquote><p>Also it seems that in linux simply fortran &quot;smart indent&quot; in the GUI isn&#039;t active.</p></blockquote></div><p>Interesting, I&#039;ll look into that.</p><div class="quotebox"><cite>TRUEPRECISIONCNC wrote:</cite><blockquote><p>I&#039;m using the simply fortran package manager in windows which is very convenient.&nbsp; On linux I&#039;m using conda/fpm.&nbsp; I&#039;ve had no problems keeping both machines sync&#039;d using git.&nbsp; I&#039;m even syncing the .prj file and no issues.</p></blockquote></div><p>Our project files are just text files (JSON files, actually), so they work pretty well with git.&nbsp; I think Simply Fortran might not be particularly careful about some of the ordering internally inside project files, which could lead to some spurious &quot;changes&quot; being tracked by git.&nbsp; But Simply Fortran&#039;s very own project file on my development system syncs with git too (yes, I use Simply Fortran to write Simply Fortran even though it isn&#039;t written in Fortran).</p><p>I&#039;m glad to hear things are working.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2025-12-02T19:03:38Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4518#p4518</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4516#p4516" />
			<content type="html"><![CDATA[<p>I registered and installed linux SimplyFortran a few days ago and it&#039;s working great.</p><p>I use wmake no problem on windows and on Linux I just export the GNU makefile and use make as I can&#039;t seem to get open watcom to install correctly in linux without hacking it...not a big deal, but if someone could point me to the wmake location in linux that would be great.&nbsp; whereis wmake gives nothing.</p><p>Also it seems that in linux simply fortran &quot;smart indent&quot; in the GUI isn&#039;t active.</p><p>Not a huge deal as 99% of the time I use vim with fortran plugins so gg=G does the job, but it would be nice to have.</p><p>I&#039;m using the simply fortran package manager in windows which is very convenient.&nbsp; On linux I&#039;m using conda/fpm.&nbsp; I&#039;ve had no problems keeping both machines sync&#039;d using git.&nbsp; I&#039;m even syncing the .prj file and no issues.</p><p>It&#039;s great to have such a smooth running project manager.&nbsp; I love simply fortran and only wish I had used it many years ago...and saved myself much trouble.</p>]]></content>
			<author>
				<name><![CDATA[TRUEPRECISIONCNC]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=4528</uri>
			</author>
			<updated>2025-12-02T16:21:39Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4516#p4516</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4511#p4511" />
			<content type="html"><![CDATA[<p>Thanks Jeff.&nbsp; Looks like I&#039;ll be upgrading my license then.</p>]]></content>
			<author>
				<name><![CDATA[TRUEPRECISIONCNC]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=4528</uri>
			</author>
			<updated>2025-11-26T21:13:57Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4511#p4511</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4510#p4510" />
			<content type="html"><![CDATA[<p>Bryan,</p><p>You can download <em>.deb</em> packages for Debian or Ubuntu Linux at:</p><p><a href="https://simplyfortran.com/download/?platform=linux">https://simplyfortran.com/download/?platform=linux</a></p><p>that have the debugger enabled.&nbsp; The snap security model does not allow any debuggers, unfortunately, because snapd blocks the necessary kernel calls.</p>]]></content>
			<author>
				<name><![CDATA[jeff]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=2</uri>
			</author>
			<updated>2025-11-26T20:09:17Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4510#p4510</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[LINUX SIMPLY FORTRAN (registration questions)]]></title>
			<link rel="alternate" href="https://forums.approximatrix.com/viewtopic.php?pid=4509#p4509" />
			<content type="html"><![CDATA[<p>Hello,</p><p>Simply Fortran has been working great cross platform WINDOWS 11 and LINUX (UBUNTU x86).</p><p>I am using the version from the Snap Store on LINUX the majority of the time, but when I use my WINDOWS computer, it is nice to have the debugger.</p><p>Is there a version of LINUX SF with all the windows features operational which I could purchase or register?</p><p>I&#039;m interested in the debugger and package manager subscription.</p><p>Thanks,<br />Bryan</p>]]></content>
			<author>
				<name><![CDATA[TRUEPRECISIONCNC]]></name>
				<uri>https://forums.approximatrix.com/profile.php?id=4528</uri>
			</author>
			<updated>2025-11-26T16:47:13Z</updated>
			<id>https://forums.approximatrix.com/viewtopic.php?pid=4509#p4509</id>
		</entry>
</feed>
