Skip to content

Mause/DoSH

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

DoSH

This is an attempt at an extensible shell framework for the DCPU16 platform. It is intended to be compiled under the dcpu-cc C89 compiler, an instance of which is available with the DCPUToolchain.

Build Instructions;

First of all, you require a copy of the DCPUToolchain; binaries for linux or windows can be downloaded from the official website. If you require a Mac OS X version, unless things have changed since i wrote this, you will have to compile the toolchain from scratch. Once you have extracted the files somewhere, cd to the directory where you extracted the tarball's contents in the shell of your choice, and execute the following;

$ mkdir DoSH
$ cd DoSH
$ git clone https://github.com/Mause/DoSH .

You now have a copy of the DoSH source, which can be easily updated from the GitHub repo. However, before you can compile, some alterations must be made to the CMakeLists.txt file. Because cmake cannot easily guess where the DCPUToolchain is located, you must edit the DCPUTOOLCHAIN variable in the CMakeLists.txt file to point to the location of the binaries/whereever you extracted the contents of the binary tarball. If you followed the above instructions, you may leave it as is, as the cmake variable is pre-configured to point to the directory above the source code directory.

Etc, etc...

End product

TODO;

Refer to issues

Support or Contact me

Send me an email at me@mause.me, i'll help you if i can

Credits and thanks

Um, thanks to the guys at @DCPUTeam for the creating the toolchain in the first place, and thanks to the team at @Lysdev for supporting me in my endeavours :)

About

Dom's own SHell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published