AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Code Snippets/Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=83)
-   -   Compiling Amxx Plugin on Linux (Ubuntu)[Video] (https://forums.alliedmods.net/showthread.php?t=122094)

AntiBots 03-22-2010 20:16

Compiling Amxx Plugin on Linux (Ubuntu)[Video]
 
Well, today I was with free time an I start making some modules under Ubuntu, So I have the idea to create this stupid video :P

http://www.youtube.com/watch?v=kr_95VlqaMI



I will create more Video Tutorial, Like Doing modules, configure Visual Studio, CodeBlocks an other great IDE's.

fysiks 03-22-2010 20:20

Re: Compiling Amxx Plugin on Linux (Ubuntu)[Video]
 
"dir" in linux lol.

AntiBots 03-22-2010 20:49

Re: Compiling Amxx Plugin on Linux (Ubuntu)[Video]
 
Quote:

Originally Posted by fysiks (Post 1126016)
"dir" in linux lol.

And?

fysiks 03-22-2010 22:27

Re: Compiling Amxx Plugin on Linux (Ubuntu)[Video]
 
I just thought it was funny because dir is a Windows thing.

AntiBots 03-22-2010 22:29

Re: Compiling Amxx Plugin on Linux (Ubuntu)[Video]
 
Quote:

Originally Posted by fysiks (Post 1126094)
I just thought it was funny because dir is a Windows thing.

dir, mkdir, cd, cd .., are very similar. They are somethings new, but Is the same.

Example for open a program in Windows: program.exe Linux: ./program

fysiks 03-22-2010 22:52

Re: Compiling Amxx Plugin on Linux (Ubuntu)[Video]
 
I don't want to drag this on any longer. The reason I thought it was funny was because when I first started learning to use linux quite some time ago I always tried to use dir but never worked because it is not (or was not if they changed it in some versions) a linux function. I never use dir in linux anymore.

/OT sorry for taking your time.

joropito 03-23-2010 15:29

Re: Compiling Amxx Plugin on Linux (Ubuntu)[Video]
 
Quote:

Originally Posted by AntiBots (Post 1126096)
dir, mkdir, cd, cd .., are very similar. They are somethings new, but Is the same.

Example for open a program in Windows: program.exe Linux: ./program

Sorry for offtopic.
dir is an alias of ls
Type alias to check the aliases list.

PHP Code:

alias dir=ls
alias gotobed
=shutdown -h now 


01101101 03-23-2010 19:29

Re: Compiling Amxx Plugin on Linux (Ubuntu)[Video]
 
alias gotobed=shutdown -h now

LOL

Seta00 03-24-2010 06:27

Re: Compiling Amxx Plugin on Linux (Ubuntu)[Video]
 
`dir' is a POSIX specification, every POSIX conformant OS have it.

YamiKaitou 03-24-2010 10:45

Re: Compiling Amxx Plugin on Linux (Ubuntu)[Video]
 
Quote:

Originally Posted by joropito (Post 1126692)
Sorry for offtopic.
dir is an alias of ls
Type alias to check the aliases list.

Whille it may be an alias, it behaves slightly differently. On Fedora, ls returns results in color whereas dir doesn't.


All times are GMT -4. The time now is 09:33.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.