News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Set Up JWasm for linux?

Started by Farabi, January 14, 2010, 03:33:17 AM

Previous topic - Next topic

Farabi

Hi all, I know this is a stupid question.
I need to know which JWAsm I should download since the linux version is an .exe and dont know how to use it on slax. And also, is there any complete include file for creating a Graphical Application? (GUI, OpenGL etc.)
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

TmX

Hi Farabi,

Pick the JWasm202bl.zip   (the Linux binary).
Unzip it, then you can find JWASM. That's the assembler.

You need to give it a permission (chmod 777) so you can execute it.




Farabi

Hi TMX
I did but where? I only found the exe.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Farabi

Oh sorry I got it.
I though it was a exe one, but it has no extension.
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

TmX

Yeah Linux executables are usually extension-less.

BTW, if you want to buid GUI programs, try this:
JWASM Linux gtk Example (32bit)

jcfuller

Quote from: TmX on January 14, 2010, 05:29:21 AM
Yeah Linux executables are usually extension-less.

BTW, if you want to buid GUI programs, try this:
JWASM Linux gtk Example (32bit)

I think that example is part of the distribution?

James