smoltext

所属分类:collect
开发工具:Erlang
文件大小:0KB
下载次数:0
上传日期:2022-11-07 20:23:52
上 传 者sh-1993
说明:  用Erlang编写的简单文本编辑器
(A simple text editor written in Erlang)

文件列表:
.erlang.mk/ (0, 2022-11-07)
.erlang.mk/last-makefile-change (0, 2022-11-07)
Makefile (121, 2022-11-07)
c_src/ (0, 2022-11-07)
c_src/env.mk (200, 2022-11-07)
c_src/smoltext.c (1359, 2022-11-07)
erlang.mk (231960, 2022-11-07)
src/ (0, 2022-11-07)
src/menu_edit.erl (55, 2022-11-07)
src/menu_file.erl (1936, 2022-11-07)
src/menu_tools.erl (56, 2022-11-07)
src/smoltext.erl (5456, 2022-11-07)

# smoltext > smoltext is a simple text editor written in Erlang. It can run as a standalone executable or on a running BEAM instance. smoltext is cross-platform, allowing execution on all operating systems which support BEAM and the Erlang implementation of the wxWidgets GUI library. This software is only known to work using OTP 22. ## Build Run the following commands to clone the repository and build/run the program: ``` git clone https://github.com/ijm7/smoltext.git cd smoltext make ./smoltext.out ``` To clean the build: ``` make clean ```

近期下载者

相关文件


收藏者