Sublime Forum

ARM build?

#19

To jump on the back of this, a build for SurfaceRT users would be cool. Obviously RT would have to be jailbroken for it to work.

0 Likes

#20

+1 for an ARM build.

Message to the “sales team”: I just purchased a license, so now I am customer. Hope you care about me! :wink:

0 Likes

#21

I love SB it’s the best editor ever! I am a licensed user since nov. 2012 and I would love to see a ARM build.

+1 ARM build!

0 Likes

#22

+1 On arm build. I"m using Crouton on my Chromebook and love Sublime Text :mrgreen:

0 Likes

#23

I would like to add my voice to support an arm build.

0 Likes

#24

That’s closed source vendor lock-in biting you in the ass. Now that you’re hooked, you have to beg for platform support. :smiley:

Read this: The Free Software Definition

How many free software libraries were used in the development of Sublime? Switch to free software and compile for ARM any time you want.

0 Likes

#25

Switching from x86 to ARM so I need and vote for the ARM version Sublime Text … until an ARM version ST will not exist, my license will be unused :frowning: … and I will have to find and use a different editor :frowning:

0 Likes

#26

Another request for an armhf architecture (Raspberry Pi) build here, please… I ask also for all the other Raspberry community fans addicted to Sublime Text!

+1 ARM build!

0 Likes

#27

I’ve been using sublime text on my macbook. I love it. It’s become my main app for coding. Having an arm package for ubuntu would be great, as I could then use it on my Chromebook.

+1 arm build

0 Likes

#28

[quote=“locsmif”]

That’s closed source vendor lock-in biting you in the ass. Now that you’re hooked, you have to beg for platform support. :smiley:

Read this: The Free Software Definition

How many free software libraries were used in the development of Sublime? Switch to free software and compile for ARM any time you want.[/quote]

I tend to agree. There’s just about nothing in the open source repositories that won’t Just Compile on ARM. The developers claiming it’s too much time for too little return is a cop out.
Add my +1 to the request for an ARM port, but I’m not buying your excuse. Grab yourself a $35 Pi, compile a Linux version, and recover your $35 investment with the very first sale. You’ll get tons of publicity for doing it, because the Raspberry Pi is a very very hot topic nowadays, and you’ll get a ton of very young users who will learn to love your app from a young age and continue to promote it for years to come. It’s a no brainer in my book. Just do it.

0 Likes

#29

Hello,

Just adding another +1 for an ARM build, I am also another already licensed user of sublime text.

  • Spencer
0 Likes

#30

I already have a sublime text 2 licence. Been Using sublime text 3 for a while now. I am planning to buy Sublime Text 3, but I need arm7 support for my HP11 chromebook running Ubuntu via Crouton.

thanks!

+1 Arm

0 Likes

#31

I too am a happy paying customer. I love Sublime Text, and since I just bought a Chromebook for working in the wilderness, I’d greatly appreciate an ARM build! Even if it came with the stipulation that it wouldn’t be officially supported until enough people were using it.

I am so excited to code while camping, and I hope to do it with Sublime Text!

Thanks for Sublime Text and for considering an ARM build!

0 Likes

#32

I also own a license, and I would also really want to see an ARM build.

Great program otherwise.

-T.

0 Likes

#33

Am user here, our company use sublime, and everybody has license.
We need Arm build to work on. :smile:

0 Likes

#34

To sublime support,

Think of it like this: There is a strong need for a really good, lightweight GUI programming editor for Arm. What do you guys recommend we buy?

0 Likes

#35

Keep in mind that if we find something that works with Arm and works equally well on the other platforms we use, then probably we will convert all our editors to that new editor.

0 Likes

#36

Hi guys,

Just want to say one thing as why it’s so costly to develop for ARM. ARM isn’t really a single architecture. There are minor variations in instruction sets for different manufacturers. Which means a developer has to build separate binaries for each processor family and test seperately on each device. So you would need a separate binary for RPi, Chromebook, Beagleboard, etc…

This is why android apps are predominantly JAVA based. Running on a JVM means you don’t need to worry about underlying architecture/instruction set differences.

Even opensouce projects restrict official support for ARM devices because of this.

0 Likes

#37

Intel isn’t really a single architecture either. You need to either compile for the lowest common denominator or detect cpu and other hardware features and enable or disable code accordingly.

Demand for arm is going up, not down, especially with these tablet/netbook combo deals out now. My interest for an arm version is primarily with Linux and single-board computers. I’m already a happy license owner for st2. You don’t have to work directly on the hardware, there’s an operating system under there that can handle some of this stuff for you. I don’t know of a Mac OS arm device with a keyboard, but Linux and Windows and Android are sure busy with that.

Get on odesk and see what’s out there for arm developers. I’m sure somebody is willing to sign an NDA, and some of those guys work pretty cheap. If I had the time I’d probably work on it for almost nothing, just to get an arm version out there.

The only way I can see this as overly complicated is if you write a lot of assembly code or bypass the operating system and try to access hardware directly. Frankly when you do either of those things, the app tends to be a single platform on a single operating system and never gets away from it, so I doubt you do that. Your existing ST2 code works well on Windows, Mac and Linux.

I’m not trying to be pushy here, but if your code were Open Source it would probably already work on most Arm versions, as well as ppc and some other bizarre stuff. I write commercial software for a living so I understand you have your license model and I respect it.

0 Likes

#38

As far as that goes, if I had access to your source code there’s a bug in the way ST2 reads its .sublime-project that would be fixed by now, open source or not. It drives me nuts, I’ve posted here about it but it’s obviously not interesting enough for somebody there to do anything about it.

0 Likes