在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):textmate/textmate开源软件地址(OpenSource Url):https://github.com/textmate/textmate开源编程语言(OpenSource Language):Objective-C++ 53.4%开源软件介绍(OpenSource Introduction):TextMateDownloadYou can download TextMate from here. FeedbackYou can use the TextMate mailing list or #textmate IRC channel on freenode.net for questions, comments, and bug reports. You can also contact MacroMates. Before you submit a bug report please read the writing bug reports instructions. ScreenshotBuildingSetupTo build TextMate, you need the following:
All this can be installed using either Homebrew or MacPorts: # Homebrew
brew install boost capnp google-sparsehash multimarkdown ninja ragel
# MacPorts
sudo port install boost capnproto multimarkdown ninja ragel sparsehash After installing dependencies, make sure you have a full checkout (including submodules) and then run git clone --recursive https://github.com/textmate/textmate.git
cd textmate
./configure && ninja TextMate/run The Building from within TextMateYou should install the Ninja bundle which can be installed via Preferences → Bundles. After this you can press ⌘B to build from within TextMate. In case you haven't already you also need to set up the The default target (set in If the current file is a test file then the target to build is changed to build the library to which the test belongs (this is done by setting Similarly, if the current file belongs to an application target (other than Build TargetsFor the ninja TextMate # Build and sign TextMate
ninja TextMate/run # Build, sign, and (re)launch TextMate To clean everything run: ninja -t clean Or simply delete LegalThe source for TextMate is released under the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. TextMate is a trademark of Allan Odgaard. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论