Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Development General

Development General
1741 posts | Last Activity on 09-05-2024 04:19 by pixie
pixie
pixie 09-05-2024 04:19, 59 minutes ago
Re: Wanderer Menus
Is there a way to customize the wanderer menus, a) by selecting which commands appear (more or less like tools daemon does it when adding tools to it, or scalos which allows you to set all ) b) defining their shortcuts (like rekeyit does it)
Responded in Wanderer Menus
AMIGASYSTEM
AMIGASYSTEM 07-05-2024 06:26, 2 days ago
Re: AROS ABIv0 20220318-1 Support
I could do it via Installer, although I might miss something about the changes and corrections I made ! The problem is that users if they have changed paths or moved something, the update via "Installer" might fail ! Eventually next time I organize is I keep stored separately all the changes !
D
deadwood 07-05-2024 06:09, 2 days ago
Re: AROS ABIv0 20220318-1 Support
BTW, for AROSOne 2.5, are you planning to release an update package so that people don't have to re-install?
AMIGASYSTEM
AMIGASYSTEM 07-05-2024 05:51, 2 days ago
Re: AROS ABIv0 20220318-1 Support
Ok thank you !
D
deadwood 07-05-2024 04:42, 2 days ago
Re: AROS ABIv0 20220318-1 Support
You can use either - they are built from the same source. The difference is size comes from some debug information which contains part of the build directory path (which is different between ISO build and contrib build)
pixie
pixie 06-05-2024 08:26, 3 days ago
Re: Custom Keyboard Layout
Thanks AMIGASYSTEM!
AMIGASYSTEM
AMIGASYSTEM 06-05-2024 06:40, 3 days ago
Re: Custom Keyboard Layout
pixie try this Keymap Portuguese that I have on my AROS One 68k, it seems to work fine ! Alego File Keymap "pc105_p"
pixie
pixie 06-05-2024 05:17, 3 days ago
Re: Custom Keyboard Layout
Portuguese Keymap is lacking, how could I make one?
AMIGASYSTEM
AMIGASYSTEM 06-05-2024 02:24, 3 days ago
Re: AROS ABIv0 20220318-1 Support
deadwood is about the archive "AROS-any-i386-contrib.tar.bz2 v20220318-1 " which is located in "https://www.axrt.org/downloads-aros", land two libraries are located in the Libs folder. The libraries are different in size from those included in Build AROS-pc-i386-boot-iso.zipper v20220318-1
D
deadwood 06-05-2024 01:39, 3 days ago
Re: AROS ABIv0 20220318-1 Support
Can you provide more context of your question? Which specific files do you indicate as "contrib" and "Build" - can you provide links to them? What I released was just an update archive: AROS-20220318-1-U1-any-i386-update.zip. There is no contrib there.
amigamia
amigamia 05-05-2024 19:27, 3 days ago
Re: Developers Resources
Hello, If you are a developer who wants to port or develop software for AROS ABIv0 (32-bit x86), this post will provide resources to help you with your work. [b]Compiler and SDK[/b] Currently AROS ABIv0 provides GCC 6.5.0. If you plan developing [b]natively (directly on AROS)[/b], the compiler and SDK are already pre-built and available on installation disk. When installing through InstallAROS, select "Install Debugging tools and Developer software" option. After installation, GCC will be available from AROShell and Unix Shell (sh). If you plan developing through cross-compilation, you will need to build cross-compiler and SDK on an instance of Linux. This can be done directly on Linux or indirectly on Windows. If you plan developing[b] through cross-compilation[/b] and you are [b]a Windows user[/b], the recommended method is to build AROS under Linux through WSL. The tutorial on how to do this is available here:[url]https://arosnews.github.io/how-to-cross-compile-aros-hosted-wsl/[/url]. Please note that tutorial describes setting up environment for 64-bit and 32-bit AROS. In order to build ABIv0 32-bit x86 AROS, please setup up WSL according to first section of tutorial and then scroll down to last section named "If you want to install the i386 version" and follow instructions listed there. Remember to checkout branch alt-abiv0 in both AROS and contrib git clones in this case. Alternatively, you can set up a virtual machine with Linux installed and simply follow the section below. If you plan developing [b]through cross-compilation[/b] and you are [b]a Linux user[/b], you will need to build cross-compiler and AROS directly on your machine. The tutorial for doing this is available here, [url]https://github.com/deadwood2/AROS/blob/alt-abiv0/INSTALL.md[/url]. Be sure to follow section on "Linux-i386". Once you complete these steps, additional steps (building contrib and making cross-compiler scripts) can be followed in "WSL" tutorial: [url]https://arosnews.github.io/how-to-cross-compile-aros-hosted-wsl/[/url]. Remember to checkout branch alt-abiv0 in the contrib git clone. At this point, whether you are a Windows or a Linux user, you have a cross-compiler available with full SDK as well as local compilation of AROS hosted which will allow you to quickly test your software. [b]Documentation[/b] Your main point of reference should be Autodocs. These are compiled from source code and thus are always up to date. You can find them here: [url]http://www.aros.org/documentation/developers/autodocs/index.php[/url] Next, there are two repositories of documentation on different topics related to AROS. They have different levels of freshness and up-to-dateness, but are good to show general direction. First is developers documentation on www,aros.org, and specifically: [ulist=circle][url]http://www.aros.org/documentation/developers/app-dev/index.php[/url] [url]http://www.aros.org/documentation/developers/zune-dev/zune-application-development.php[/url] [url]http://www.aros.org/documentation/developers/debugging.php[/url] [url]http://www.aros.org/documentation/developers/porting.php[/url][/ulist] Second is developers documentation on AROS Wikibooks, and specifically: [ulist=circle][url]https://en.wikibooks.org/wiki/Aros/Developer/Docs[/url] [url]https://en.wikibooks.org/wiki/Aros/Developer/Porting_software[/url] [url]https://en.wikibooks.org/wiki/Aros/Developer/Zune[/url] [url]https://en.wikibooks.org/wiki/Aros/Developer/Zune/Classes[/url][/ulist] Last group of reference comes from documentation of projects that AROS integrates or re-implements: [ulist=circle][url]https://github.com/amiga-mui/muidev/wiki[/url] [url]https://amigadev.elowar.com/[/url] [/ulist] [b]Contact/Questions[/b] There are multiple ways you can get in touch with other developers to get help and have your questions answered: [ulist=disc]Create a thread in this forum Join #aros channel on AmigaDev discord ([url]https://discord.gg/nU3tH86acb[/url]) PM user deadwood on this forum[/ulist] Also if you don't have any questions, but would just like to share with AROS community what you are working on, this forum is the place to post. Looking forward to hearing from you!
Responded in Developers Resources
AMIGASYSTEM
AMIGASYSTEM 05-05-2024 14:44, 4 days ago
Re: AROS ABIv0 20220318-1 Support
deadwood, in the contrib there are two libraries (freetype2.library and popupmenu.library) which have a different size from the Build, are there any differences, which one should be used?
Amiwell79
Amiwell79 05-05-2024 14:41, 4 days ago
Re: AROS ABIv0 20220318-1 Support
many thanks deadwood:)
D
deadwood 05-05-2024 11:42, 4 days ago
Re: AROS ABIv0 20220318-1 Support
Update 1 is now officially released. For binaries and change log check these locations: [b][url]https://github.com/deadwood2/AROS/releases/tag/ABIv0_20220318-1[/url][/b] [b][url]https://www.axrt.org/downloads-aros[/url][/b]
Amiwell79
Amiwell79 04-05-2024 16:38, 5 days ago
Re: AROS ABIv11 20230430
the alpha iso boot fine i use virtualbox at moment native mode do not work "error intelGMA"
Responded in AROS ABIv11 20230430
Amiwell79
Amiwell79 04-05-2024 09:06, 5 days ago
Re: Aros Software Promotion
at the moment I don't receive any news from Mr. Alfred Faust about Bars&Pipes I think that anyway there will be further updates Mr. Faust cares a lot about the development of this program, later there will be a new version of WCS also in 64 bit this is a fantastic program and very fun and creative, the Beebase cross-platform relational database will always be updated and there will be a 64 bit version as well, we hope n a midi implementation d Protrekkr professional program to create music, again thanks to Mr. Franck Charlet for the midi implementation on Aros, and as soon as the compiler for the missing plugins will be updated there will be other projects in the works all best!
Amiwell79
Amiwell79 04-05-2024 08:24, 5 days ago
Re: AROS ABIv11 20230430
Thanks Deadwood I'll do some testing but I won't be releasing a new distribution at the moment
Responded in AROS ABIv11 20230430
D
deadwood 04-05-2024 06:12, 5 days ago
Re: AROS ABIv0 20220318-1 Support
Created bug report for this issue: [url]https://github.com/deadwood2/AROS/issues/144[/url]
D
deadwood 04-05-2024 06:07, 5 days ago
Re: AROS ABIv11 20230430
Well, there is no new ABIv11 release. 20230430-1 is still the "current" one. The previous post was only to inform about updated source in the repository.
Responded in AROS ABIv11 20230430
AMIGASYSTEM
AMIGASYSTEM 04-05-2024 03:58, 5 days ago
Re: AROS ABIv11 20230430
deadwood thank you for all you do ! Question, the new Contrib 20230430-1 is only for AROS ABIv11 ? Now I can start creating an Alpha version of AROS One AROS ABIv11.
Responded in AROS ABIv11 20230430
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.

Filter by Tags

Popular Threads This Week

Icon Toolsby miker1264 177 posts
Tiny Aros DistrĂ²by Amiwell79 132 posts
AROS ABIv0 20220318-1 Supportby deadwood 70 posts
Aros Software Promotionby Amiwell79 70 posts
Custom Keyboard Layoutby MasterTggtt 14 posts
r-teaby r-tea 7 posts
AROS ABIv11 20230430by deadwood 6 posts
AROS One 68k Work In Progressby AMIGASYSTEM 6 posts
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 4
Members Online 0

Total Members: 228
Newest Member: r-tea
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]