Fuse Studio是一款可视桌面工具套件,可用于Fuse框架

网友投稿 840 2022-11-02

Fuse Studio是一款可视桌面工具套件,可用于Fuse框架

Fuse Studio是一款可视桌面工具套件,可用于Fuse框架

Fuse Studio

Fuse Studio is a visual desktop tool suite for working with the Fuse framework.

For download links and docs click here.

Building on Windows

The prerequisites for building on Windows is

Visual Studio 2017 - Community Edition works fine With .NET desktop development component installed Node.jsGit for Windows

Build by either running build.bat or from within Visual Studio using the Fuse-Win32.sln solution.

To run with debugging in Visual Studio set Outracks.Fuse.Studio as the startup project and press F5.

Building on macOS

The prerequisites for building on macOS is

XcodeRemember to open Xcode one time after installing to accept EULA MonoTested with 5.4.1, but newer versions should also work fine

Build by either running ./build.sh from a shell, or from within Visual Studio for Mac using the Fuse-OSX.sln solution.

After building Fuse Studio can be started by running bin/Debug/Fuse.app/Contents/Fuse\ Studio.app/Contents/MacOS/Fuse\ Studio from the command line.

Running tests

Tests can be run using ./run-tests.sh.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Reporting issues

Please report issues here.

Building installers

Note that building installers is due to legacy reasons a bit cumbersome, and we eventually want that part of the build process cleaned up.

Making a macOS installer

Note that the current installer scripts expects a signing key available in the keychain, which is the property of Fusetools AS. It should be easy to modify script to use a different signing key if desirable. By setting env var SIGN to 0 it should be possible to just create an unsigned installer, but haven't tested that this works.

To give the installer a specific version, set the environment vars RELEASE_VERSION and BUILD_NUMBER (this used to be set by the old CI setup when running on TC).

git clean -xdf && RELEASE_VERSION=1.9.0-rc3 BUILD_NUMBER=1.9.0-rc3 Installer/OSX/build.sh

The above commands produces an installer located at Installer/OSX/Fuse_1_9_0-rc3.pkg. We'll rename this to fuse_osx_1_9_0_rc2.pkg before uploading the release, to be consistent with naming of older versions.

The reason we do a git clean before building installer, is to avoid accidentially include cruft from older builds.

Making a Windows installer

Making the Windows installer for the 1.9.0-rc3 release was done using the following commands (in a git bash shell). Note that in addition to the regular build requirements this also requires 7-zip and WiX Toolset with Visual Studio 2017 Extension installed.

( git clean -xdf && RELEASE_VERSION=1.9.0-rc3 BUILD_NUMBER=1.9.0-rc3 ./pack.sh && mkdir -p Installer/Windows/Source/Fuse && unzip Fuse-1.9.0-rc3-Win32.zip -d Installer/Windows/Source/Fuse/ && RELEASE_VERSION=1.9.0-rc3 BUILD_NUMBER=1.9.0-rc3 ./WindowsInstallerWrapper.sh )

Note that we've dropped signing of the Windows installer, which seems to work fine. If this causes more problems down the line than anticipated we might reconsider.

Use Sublime or Atom plugin with dev build

To set which fuse to start in sublime, can be done by setting fuse_path_override: false inside your settings file. Open your settings by clicking Preferences->Package Settings->Fuse->Settings-User.

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:一个开源安全计算框架来支持Federated AI 生态系统
下一篇:Mybatis游标查询大量数据方式
相关文章

 发表评论

暂时没有评论,来抢沙发吧~